Searched refs:next32 (Results 1 – 8 of 8) sorted by relevance
11 import static com.ibm.icu.impl.CharacterIteration.next32;184 next32(text); in divideUpDictionaryRange()186 next32(text); in divideUpDictionaryRange()
11 import static com.ibm.icu.impl.CharacterIteration.next32;464 CharacterIteration.next32(fText); in checkDictionary()492 CharacterIteration.next32(fText); in checkDictionary()514 CharacterIteration.next32(fText); in checkDictionary()736 next32(fText); in rulesFollowing()860 next32(fText); in rulesPreceding()1349 next32(text); in handleNext()
195 CharacterIteration.next32(text); in findBreaks()
76 virtual UChar32 next32(){return DONE;}; in next32() function in SCharacterIterator611 c = iter.next32(); in TestIterationUChar32()624 c=iter.next32(); in TestIterationUChar32()725 c = iter.next32(); in TestIterationUChar32()729 c=iter.next32(); in TestIterationUChar32()1060 virtual UChar32 next32() { in next32() function in SubCharIter
259 virtual UChar32 next32(void);
512 virtual UChar32 next32(void) = 0;
29 public static int next32(CharacterIterator ci) { in next32() method in CharacterIteration
257 UCharCharacterIterator::next32() { in next32() function in UCharCharacterIterator