Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java218 int labelLength=labelLimit-labelStart; in processUnicode() local
219 int newLength=processLabel(dest, labelStart, labelLength, in processUnicode()
222 destLength+=newLength-labelLength; in processUnicode()
304 CharSequence label, int labelLength) { in replaceLabel() argument
310 return labelLength; in replaceLabel()
316 int labelStart, int labelLength, in processLabel() argument
322 int destLabelLength=labelLength; in processLabel()
324 if( labelLength>=4 && in processLabel()
331 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()
334 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
[all …]
/external/icu/icu4c/source/common/
Duts46.cpp177 int32_t labelStart, int32_t labelLength,
182 int32_t labelStart, int32_t labelLength,
186 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
189 isLabelOkContextJ(const UChar *label, int32_t labelLength) const;
192 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
547 int32_t labelLength=labelLimit-labelStart; in processUnicode() local
548 int32_t newLength=processLabel(dest, labelStart, labelLength, in processUnicode()
556 destLength+=newLength-labelLength; in processUnicode()
668 const UnicodeString &label, int32_t labelLength) { in replaceLabel() argument
672 return labelLength; in replaceLabel()
[all …]