/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 318 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument 321 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel() 337 int destLabelLength=labelLength; in processLabel() local 383 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel() 446 --destLabelLength; in processLabel() 467 if(destLabelLength>63) { in processLabel() 470 return destLabelLength; in processLabel() 483 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 497 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 500 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | UTS46.java | 319 replaceLabel(StringBuilder dest, int destLabelStart, int destLabelLength, in replaceLabel() argument 322 … dest.delete(destLabelStart, destLabelStart+destLabelLength).insert(destLabelStart, label); in replaceLabel() 338 int destLabelLength=labelLength; in processLabel() local 374 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel() 437 --destLabelLength; in processLabel() 458 if(destLabelLength>63) { in processLabel() 461 return destLabelLength; in processLabel() 474 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 488 return markBadACELabel(dest, destLabelStart, destLabelLength, toASCII, info); in processLabel() 491 return replaceLabel(dest, destLabelStart, destLabelLength, labelString, labelLength); in processLabel()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uts46.cpp | 686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 692 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 713 int32_t destLabelLength=labelLength; in processLabel() local 771 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 834 destLabelLength=labelLength; in processLabel() 854 if(destLabelLength>63) { in processLabel() 857 return destLabelLength; in processLabel() 864 return destLabelLength; in processLabel() 879 return destLabelLength; in processLabel() 888 return destLabelLength; in processLabel() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | uts46.cpp | 686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 692 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 713 int32_t destLabelLength=labelLength; in processLabel() local 781 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 844 destLabelLength=labelLength; in processLabel() 864 if(destLabelLength>63) { in processLabel() 867 return destLabelLength; in processLabel() 874 return destLabelLength; in processLabel() 889 return destLabelLength; in processLabel() 898 return destLabelLength; in processLabel() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uts46.cpp | 686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 692 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 713 int32_t destLabelLength=labelLength; in processLabel() local 781 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 844 destLabelLength=labelLength; in processLabel() 864 if(destLabelLength>63) { in processLabel() 867 return destLabelLength; in processLabel() 874 return destLabelLength; in processLabel() 889 return destLabelLength; in processLabel() 898 return destLabelLength; in processLabel() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uts46.cpp | 686 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, in replaceLabel() argument 692 dest.replace(destLabelStart, destLabelLength, label); in replaceLabel() 713 int32_t destLabelLength=labelLength; in processLabel() local 781 return replaceLabel(dest, destLabelStart, destLabelLength, in processLabel() 844 destLabelLength=labelLength; in processLabel() 864 if(destLabelLength>63) { in processLabel() 867 return destLabelLength; in processLabel() 874 return destLabelLength; in processLabel() 889 return destLabelLength; in processLabel() 898 return destLabelLength; in processLabel() [all …]
|