ICU-5385 Remove debugging statements.

X-SVN-Rev: 23338
This commit is contained in:
Michael Ow 2008-01-31 20:23:06 +00:00
parent 8da573a757
commit 0cd1f0abc8
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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