Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java221 int labelLength=labelLimit-labelStart; in processUnicode() local
222 int newLength=processLabel(dest, labelStart, labelLength, in processUnicode()
225 destLength+=newLength-labelLength; in processUnicode()
307 CharSequence label, int labelLength) { in replaceLabel() argument
313 return labelLength; in replaceLabel()
319 int labelStart, int labelLength, in processLabel() argument
325 int destLabelLength=labelLength; in processLabel()
327 if( labelLength>=4 && in processLabel()
334 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()
337 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java220 int labelLength=labelLimit-labelStart; in processUnicode() local
221 int newLength=processLabel(dest, labelStart, labelLength, in processUnicode()
224 destLength+=newLength-labelLength; in processUnicode()
306 CharSequence label, int labelLength) { in replaceLabel() argument
312 return labelLength; in replaceLabel()
318 int labelStart, int labelLength, in processLabel() argument
324 int destLabelLength=labelLength; in processLabel()
326 if( labelLength>=4 && in processLabel()
333 … fromPunycode=Punycode.decode(dest.subSequence(labelStart+4, labelStart+labelLength), null); in processLabel()
336 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel()
[all …]
/external/icu/icu4c/source/common/
Duts46.cpp179 int32_t labelStart, int32_t labelLength,
184 int32_t labelStart, int32_t labelLength,
188 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
191 isLabelOkContextJ(const UChar *label, int32_t labelLength) const;
194 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const;
549 int32_t labelLength=labelLimit-labelStart; in processUnicode() local
550 int32_t newLength=processLabel(dest, labelStart, labelLength, in processUnicode()
558 destLength+=newLength-labelLength; in processUnicode()
676 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel() argument
687 return labelLength; in replaceLabel()
[all …]