Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java304 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument
307 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel()
323 int destLabelLength=labelLength; in processLabel() local
359 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
422 --destLabelLength; in processLabel()
443 if(destLabelLength>63) { in processLabel()
446 return destLabelLength; in processLabel()
459 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
473 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
476 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java303 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument
306 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel()
322 int destLabelLength=labelLength; in processLabel() local
358 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
421 --destLabelLength; in processLabel()
442 if(destLabelLength>63) { in processLabel()
445 return destLabelLength; in processLabel()
458 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
472 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel()
475 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
/external/icu/icu4c/source/common/
Duts46.cpp673 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument
679 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel()
700 int32_t destLabelLength=labelLength; in processLabel() local
758 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel()
821 destLabelLength=labelLength; in processLabel()
841 if(destLabelLength>63) { in processLabel()
844 return destLabelLength; in processLabel()
851 return destLabelLength; in processLabel()
866 return destLabelLength; in processLabel()
875 return destLabelLength; in processLabel()
[all …]