Home
last modified time | relevance | path

Searched refs:destLabelLength (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()
694 int32_t destLabelLength=labelLength; in processLabel() local
754 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
816 destLabelLength=labelLength; in processLabel()
836 if(destLabelLength>63) { in processLabel()
839 return destLabelLength; in processLabel()
846 return destLabelLength; in processLabel()
861 return destLabelLength; in processLabel()
870 return destLabelLength; in processLabel()
[all …]
/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()
692 int32_t destLabelLength=labelLength; in processLabel() local
752 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
814 destLabelLength=labelLength; in processLabel()
834 if(destLabelLength>63) { in processLabel()
837 return destLabelLength; in processLabel()
844 return destLabelLength; in processLabel()
859 return destLabelLength; in processLabel()
868 return destLabelLength; in processLabel()
[all …]