Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java319 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument
322 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel()
338 int destLabelLength=labelLength; in processLabel() local
384 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
447 --destLabelLength; in processLabel()
468 if(destLabelLength>63) { in processLabel()
471 return destLabelLength; in processLabel()
484 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
498 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
501 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java318 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument
321 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel()
337 int destLabelLength=labelLength; in processLabel() local
383 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
446 --destLabelLength; in processLabel()
467 if(destLabelLength>63) { in processLabel()
470 return destLabelLength; in processLabel()
483 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
497 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
500 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
/external/icu/icu4c/source/common/
Duts46.cpp686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument
692 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel()
713 int32_t destLabelLength=labelLength; in processLabel() local
781 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
844 destLabelLength=labelLength; in processLabel()
864 if(destLabelLength>63) { in processLabel()
867 return destLabelLength; in processLabel()
874 return destLabelLength; in processLabel()
889 return destLabelLength; in processLabel()
898 return destLabelLength; in processLabel()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...