Searched refs:current32 (Results 1 – 8 of 8) sorted by relevance
10 import static com.ibm.icu.impl.CharacterIteration.current32;161 …if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(curre… in divideUpDictionaryRange()181 boolean is_katakana = isKatakana(current32(text)); in divideUpDictionaryRange()185 … while (j < numChars && (j - i) < kMaxKatakanaGroupLength && isKatakana(current32(text))) { in divideUpDictionaryRange()
453 int c = CharacterIteration.current32(fText); in checkDictionary()465 c = CharacterIteration.current32(fText); in checkDictionary()489 c = CharacterIteration.current32(fText); in checkDictionary()493 c = CharacterIteration.current32(fText); in checkDictionary()508 c = CharacterIteration.current32(fText); in checkDictionary()515 c = CharacterIteration.current32(fText); in checkDictionary()535 c = CharacterIteration.current32(fText); in checkDictionary()
183 int c = CharacterIteration.current32(text); in findBreaks()196 c = CharacterIteration.current32(text); in findBreaks()
74 virtual UChar32 current32() const{return DONE;}; in current32() function in SCharacterIterator563 if (iter.current32() != text[(int32_t)1]) in TestIterationUChar32()569 c=iter.current32(); in TestIterationUChar32()574 c=iter.current32(); in TestIterationUChar32()579 c=iter.current32(); in TestIterationUChar32()585 c=iter.current32(); in TestIterationUChar32()606 if (iter.current32() != c) in TestIterationUChar32()643 if (iter.current32() != c) in TestIterationUChar32()688 if(iter.current32() != text.char32At(i)) in TestIterationUChar32()703 if (iter.getIndex() != 10 || iter.current32() != text.char32At(10)) in TestIterationUChar32()[all …]
228 virtual UChar32 current32(void) const;
491 virtual UChar32 current32(void) const = 0;
102 public static int current32(CharacterIterator ci) { in current32() method in CharacterIteration
246 UCharCharacterIterator::current32() const { in current32() function in UCharCharacterIterator