mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-5385 Remove debugging statements.
X-SVN-Rev: 23338
This commit is contained in:
parent
8da573a757
commit
0cd1f0abc8
2 changed files with 0 additions and 7 deletions
|
@ -316,9 +316,6 @@ public class DictionaryBasedBreakIterator extends RuleBasedBreakIterator {
|
|||
}
|
||||
return 1;
|
||||
}
|
||||
|
||||
public static int tempcount = 0;
|
||||
|
||||
/**
|
||||
* This is the implementation function for next().
|
||||
* @internal
|
||||
|
@ -338,7 +335,6 @@ public static int tempcount = 0;
|
|||
int startPos = text.getIndex();
|
||||
fDictionaryCharCount = 0;
|
||||
int result = super.handleNext();
|
||||
tempcount++;
|
||||
|
||||
// if we passed over more than one dictionary character, then we use
|
||||
// divideUpDictionaryRange() to regenerate the cached break positions
|
||||
|
|
|
@ -164,9 +164,6 @@ class ThaiBreakIterator extends DictionaryBasedBreakIterator {
|
|||
// we passed over on our way to the tentative return value
|
||||
int startPos = text.getIndex();
|
||||
fDictionaryCharCount = 0;
|
||||
if (tempcount == 213) {
|
||||
System.out.println("HA\n");
|
||||
}
|
||||
int result = super.handleNext();
|
||||
|
||||
// if we passed over more than one dictionary character, then we use
|
||||
|
|
Loading…
Add table
Reference in a new issue