Searched refs:current32 (Results 1 – 14 of 14) sorted by relevance
37 int c = CharacterIteration.current32(text); in findBreaks()41 c = CharacterIteration.current32(text); in findBreaks()46 c = CharacterIteration.current32(text); in findBreaks()
12 import static com.ibm.icu.impl.CharacterIteration.current32;166 …if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(curre… in divideUpDictionaryRange()185 boolean is_katakana = isKatakana(current32(text)); in divideUpDictionaryRange()189 … while (j < numChars && (j - i) < kMaxKatakanaGroupLength && isKatakana(current32(text))) { in divideUpDictionaryRange()
466 int c = CharacterIteration.current32(fText); in checkDictionary()478 c = CharacterIteration.current32(fText); in checkDictionary()502 c = CharacterIteration.current32(fText); in checkDictionary()506 c = CharacterIteration.current32(fText); in checkDictionary()521 c = CharacterIteration.current32(fText); in checkDictionary()528 c = CharacterIteration.current32(fText); in checkDictionary()548 c = CharacterIteration.current32(fText); in checkDictionary()
187 int c = CharacterIteration.current32(text); in findBreaks()200 c = CharacterIteration.current32(text); in findBreaks()
38 int c = CharacterIteration.current32(text); in findBreaks()42 c = CharacterIteration.current32(text); in findBreaks()47 c = CharacterIteration.current32(text); in findBreaks()
13 import static android.icu.impl.CharacterIteration.current32;167 …if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(curre… in divideUpDictionaryRange()186 boolean is_katakana = isKatakana(current32(text)); in divideUpDictionaryRange()190 … while (j < numChars && (j - i) < kMaxKatakanaGroupLength && isKatakana(current32(text))) { in divideUpDictionaryRange()
456 int c = CharacterIteration.current32(fText); in checkDictionary()468 c = CharacterIteration.current32(fText); in checkDictionary()492 c = CharacterIteration.current32(fText); in checkDictionary()496 c = CharacterIteration.current32(fText); in checkDictionary()511 c = CharacterIteration.current32(fText); in checkDictionary()518 c = CharacterIteration.current32(fText); in checkDictionary()538 c = CharacterIteration.current32(fText); in checkDictionary()
188 int c = CharacterIteration.current32(text); in findBreaks()201 c = CharacterIteration.current32(text); in findBreaks()
76 virtual UChar32 current32() const{return DONE;}; in current32() function in SCharacterIterator565 if (iter.current32() != text[(int32_t)1]) in TestIterationUChar32()571 c=iter.current32(); in TestIterationUChar32()576 c=iter.current32(); in TestIterationUChar32()581 c=iter.current32(); in TestIterationUChar32()587 c=iter.current32(); in TestIterationUChar32()608 if (iter.current32() != c) in TestIterationUChar32()645 if (iter.current32() != c) in TestIterationUChar32()690 if(iter.current32() != text.char32At(i)) in TestIterationUChar32()705 if (iter.getIndex() != 10 || iter.current32() != text.char32At(10)) in TestIterationUChar32()[all …]
230 virtual UChar32 current32(void) const;
493 virtual UChar32 current32(void) const = 0;
108 public static int current32(CharacterIterator ci) { in current32() method in CharacterIteration
104 public static int current32(CharacterIterator ci) { in current32() method in CharacterIteration
248 UCharCharacterIterator::current32() const { in current32() function in UCharCharacterIterator