Searched refs:next32 (Results 1 – 14 of 14) sorted by relevance
14 import static android.icu.impl.CharacterIteration.next32;189 next32(text); in divideUpDictionaryRange()191 next32(text); in divideUpDictionaryRange()
14 import static android.icu.impl.CharacterIteration.next32;467 CharacterIteration.next32(fText); in checkDictionary()495 CharacterIteration.next32(fText); in checkDictionary()517 CharacterIteration.next32(fText); in checkDictionary()739 next32(fText); in rulesFollowing()863 next32(fText); in rulesPreceding()1374 next32(text); in handleNext()
46 CharacterIteration.next32(text); in findBreaks()
200 CharacterIteration.next32(text); in findBreaks()
13 import static com.ibm.icu.impl.CharacterIteration.next32;188 next32(text); in divideUpDictionaryRange()190 next32(text); in divideUpDictionaryRange()
13 import static com.ibm.icu.impl.CharacterIteration.next32;477 CharacterIteration.next32(fText); in checkDictionary()505 CharacterIteration.next32(fText); in checkDictionary()527 CharacterIteration.next32(fText); in checkDictionary()751 next32(fText); in rulesFollowing()876 next32(fText); in rulesPreceding()1394 next32(text); in handleNext()
45 CharacterIteration.next32(text); in findBreaks()
199 CharacterIteration.next32(text); in findBreaks()
78 virtual UChar32 next32(){return DONE;}; in next32() function in SCharacterIterator613 c = iter.next32(); in TestIterationUChar32()626 c=iter.next32(); in TestIterationUChar32()727 c = iter.next32(); in TestIterationUChar32()731 c=iter.next32(); in TestIterationUChar32()1062 virtual UChar32 next32() { in next32() function in SubCharIter
261 virtual UChar32 next32(void);
514 virtual UChar32 next32(void) = 0;
35 public static int next32(CharacterIterator ci) { in next32() method in CharacterIteration
31 public static int next32(CharacterIterator ci) { in next32() method in CharacterIteration
259 UCharCharacterIterator::next32() { in next32() function in UCharCharacterIterator