Searched refs:DONE32 (Results 1 – 7 of 7) sorted by relevance
22 public static final int DONE32 = 0x7fffffff; field in CharacterIteration51 if (c >= UTF16.SUPPLEMENTARY_MIN_VALUE && c != DONE32) { in next32()69 return DONE32; in nextTrail32()87 return DONE32; in previous32()121 retVal = DONE32; in current32()
26 public static final int DONE32 = 0x7fffffff; field in CharacterIteration55 if (c >= UTF16.SUPPLEMENTARY_MIN_VALUE && c != DONE32) { in next32()73 return DONE32; in nextTrail32()91 return DONE32; in previous32()125 retVal = DONE32; in current32()
11 import static com.ibm.icu.impl.CharacterIteration.DONE32;171 …if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(curre… in divideUpDictionaryRange()
12 import static com.ibm.icu.impl.CharacterIteration.DONE32;835 if (c == DONE32) { in handleNext()860 if (c == DONE32) { in handleNext()1020 for (; c != DONE32; c = CharacterIteration.previous32(text)) { in handleSafePrevious()
12 import static android.icu.impl.CharacterIteration.DONE32;172 …if ((count == 0 || lengths[0] != 1) && current32(text) != DONE32 && !fHangulWordSet.contains(curre… in divideUpDictionaryRange()
13 import static android.icu.impl.CharacterIteration.DONE32;814 if (c == DONE32) { in handleNext()839 if (c == DONE32) { in handleNext()999 for (; c != DONE32; c = CharacterIteration.previous32(text)) { in handleSafePrevious()
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...