Searched refs:destLabelStart (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | uts46.cpp | 671 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 674 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 687 int32_t destLabelStart=labelStart; in processLabel() local 748 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel() 866 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 880 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 883 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
|