Searched refs:destLabelStart (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UTS46.java | 304 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument 307 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel() 322 int destLabelStart=labelStart; in processLabel() local 359 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel() 459 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 473 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 476 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 303 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument 306 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel() 321 int destLabelStart=labelStart; in processLabel() local 358 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel() 458 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 472 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 475 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 673 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 679 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 699 int32_t destLabelStart=labelStart; in processLabel() local 758 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 880 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 894 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info, errorCode); in processLabel() 897 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
|