Searched refs:labelLength (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | UTS46.java | 221 int labelLength=labelLimit-labelStart; in processUnicode() local 222 int newLength=processLabel(dest, labelStart, labelLength, in processUnicode() 225 destLength+=newLength-labelLength; in processUnicode() 319 CharSequence label, int labelLength) { in replaceLabel() argument 325 return labelLength; in replaceLabel() 331 int labelStart, int labelLength, in processLabel() argument 337 int destLabelLength=labelLength; in processLabel() 339 if( labelLength>=4 && in processLabel() 350 if(labelLength==4 || (labelLength>5 && dest.charAt(labelStart+labelLength-1)=='-')) { in processLabel() 352 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel() [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | UTS46.java | 222 int labelLength=labelLimit-labelStart; in processUnicode() local 223 int newLength=processLabel(dest, labelStart, labelLength, in processUnicode() 226 destLength+=newLength-labelLength; in processUnicode() 320 CharSequence label, int labelLength) { in replaceLabel() argument 326 return labelLength; in replaceLabel() 332 int labelStart, int labelLength, in processLabel() argument 338 int destLabelLength=labelLength; in processLabel() 340 if( labelLength>=4 && in processLabel() 351 if(labelLength==4 || (labelLength>5 && dest.charAt(labelStart+labelLength-1)=='-')) { in processLabel() 353 return markBadACELabel(dest, labelStart, labelLength, toASCII, info); in processLabel() [all …]
|
/external/icu/icu4c/source/common/ |
D | uts46.cpp | 179 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() 687 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel() argument 698 return labelLength; in replaceLabel() [all …]
|
/external/angle/src/libANGLE/ |
D | validationES2.cpp | 2435 size_t labelLength = 0; in ValidateLabelLength() local 2441 labelLength = strlen(label); in ValidateLabelLength() 2446 labelLength = static_cast<size_t>(length); in ValidateLabelLength() 2449 if (labelLength > context->getExtensions().maxLabelLength) in ValidateLabelLength()
|
D | Context.cpp | 237 size_t labelLength = length < 0 ? strlen(label) : length; in GetObjectLabelFromPointer() local 238 labelName = std::string(label, labelLength); in GetObjectLabelFromPointer() 1125 size_t labelLength = length == 0 ? strlen(label) : length; in labelObject() local 1126 labelName = std::string(label, labelLength); in labelObject()
|