Searched refs:destLabelStart (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UTS46.java | 306 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument 309 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel() 324 int destLabelStart=labelStart; in processLabel() local 361 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel() 461 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 475 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 478 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 305 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument 308 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel() 323 int destLabelStart=labelStart; in processLabel() local 360 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel() 460 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 474 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 477 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 675 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 681 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 701 int32_t destLabelStart=labelStart; in processLabel() local 760 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 882 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 896 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info, errorCode); in processLabel() 899 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
|