Searched refs:lookupCategory (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDictionaryBasedBreakIterator.java312 protected int lookupCategory(int c) { method in class:DictionaryBasedBreakIterator
313 // this override of lookupCategory() exists only to keep track of whether we've
314 // passed over any dictionary characters. It calls the inherited lookupCategory()
318 int result = super.lookupCategory(c);
342 int category = lookupCategory(c);
345 category = lookupCategory(c);
H A DRuleBasedBreakIterator.java926 category = lookupCategory(c);
990 category = lookupCategory(c);
1023 protected int lookupCategory(int c) { method in class:RuleBasedBreakIterator

Completed in 60 milliseconds