Home
last modified time | relevance | path

Searched refs:destLabelStart (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Duts46.cpp677 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument
680 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel()
693 int32_t destLabelStart=labelStart; in processLabel() local
754 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
875 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
889 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
892 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
/external/icu/icu4c/source/common/
Duts46.cpp675 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument
678 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel()
691 int32_t destLabelStart=labelStart; in processLabel() local
752 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
873 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
887 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
890 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()