Home
last modified time | relevance | path

Searched refs:labelLimit (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java218 int labelLimit=labelStart; in processUnicode() local
219 while(labelLimit<destLength) { in processUnicode()
220 char c=dest.charAt(labelLimit); in processUnicode()
222 int labelLength=labelLimit-labelStart; in processUnicode()
227 labelLimit=labelStart+=newLength+1; in processUnicode()
234 destLength=mapDevChars(dest, labelStart, labelLimit); in processUnicode()
242 (labelLimit+1)==destLength || in processUnicode()
243 !Character.isLowSurrogate(dest.charAt(labelLimit+1)) : in processUnicode()
244 labelLimit==labelStart || in processUnicode()
245 !Character.isHighSurrogate(dest.charAt(labelLimit-1))) { in processUnicode()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java217 int labelLimit=labelStart; in processUnicode() local
218 while(labelLimit<destLength) { in processUnicode()
219 char c=dest.charAt(labelLimit); in processUnicode()
221 int labelLength=labelLimit-labelStart; in processUnicode()
226 labelLimit=labelStart+=newLength+1; in processUnicode()
233 destLength=mapDevChars(dest, labelStart, labelLimit); in processUnicode()
241 (labelLimit+1)==destLength || in processUnicode()
242 !Character.isLowSurrogate(dest.charAt(labelLimit+1)) : in processUnicode()
243 labelLimit==labelStart || in processUnicode()
244 !Character.isHighSurrogate(dest.charAt(labelLimit-1))) { in processUnicode()
[all …]
/external/icu/icu4c/source/common/
Duts46.cpp545 int32_t labelLimit=labelStart; in processUnicode() local
546 while(labelLimit<destLength) { in processUnicode()
547 UChar c=destArray[labelLimit]; in processUnicode()
549 int32_t labelLength=labelLimit-labelStart; in processUnicode()
559 labelLimit=labelStart+=newLength+1; in processUnicode()
566 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode); in processUnicode()
578 (labelLimit+1)==destLength || !U16_IS_TRAIL(destArray[labelLimit+1]) : in processUnicode()
579 labelLimit==labelStart || !U16_IS_LEAD(destArray[labelLimit-1])) { in processUnicode()
583 dest.setCharAt(labelLimit, 0xfffd); in processUnicode()
587 ++labelLimit; in processUnicode()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...