Home
last modified time | relevance | path

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

/external/icu4c/common/
Duts46.cpp679 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument
682 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel()
696 int32_t destLabelLength=labelLength; in processLabel() local
756 return replaceLabel(dest, destLabelStart, destLabelLength, *labelString, labelLength); in processLabel()
818 destLabelLength=labelLength; in processLabel()
838 if(destLabelLength>63) { in processLabel()
841 return destLabelLength; in processLabel()
848 return destLabelLength; in processLabel()
863 return destLabelLength; in processLabel()
872 return destLabelLength; in processLabel()
[all …]