Searched refs:labelLength (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/icu/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; 557 int32_t labelLength=labelLimit-labelStart; in processUnicode() local 558 int32_t newLength=processLabel(dest, labelStart, labelLength, in processUnicode() 566 destLength+=newLength-labelLength; in processUnicode() 678 const UnicodeString &label, int32_t labelLength) { in replaceLabel() argument 682 return labelLength; in replaceLabel() [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; 555 int32_t labelLength=labelLimit-labelStart; in processUnicode() local 556 int32_t newLength=processLabel(dest, labelStart, labelLength, in processUnicode() 564 destLength+=newLength-labelLength; in processUnicode() 676 const UnicodeString &label, int32_t labelLength) { in replaceLabel() argument 680 return labelLength; in replaceLabel() [all …]
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | NormalizeAlgorithm.cpp | 605 unsigned labelLength = hasLabel ? label->byteLength() : 0; in parseRsaOaepParams() local 607 params = adoptPtr(new WebCryptoRsaOaepParams(hasLabel, labelStart, labelLength)); in parseRsaOaepParams()
|