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

/external/chromium_org/third_party/icu/source/common/
H A 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;
557 int32_t labelLength=labelLimit-labelStart; local
558 int32_t newLength=processLabel(dest, labelStart, labelLength,
566 destLength+=newLength-labelLength;
588 // processLabel() sets UIDNA_ERROR_EMPTY_LABEL when labelLength==0.
672 // If &label==&dest then the label was modified in-place and labelLength
677 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength) argument
686 processLabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const argument
899 markBadACELabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info) const argument
964 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const argument
1183 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const argument
[all...]
/external/icu/icu4c/source/common/
H A 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;
555 int32_t labelLength=labelLimit-labelStart; local
556 int32_t newLength=processLabel(dest, labelStart, labelLength,
564 destLength+=newLength-labelLength;
586 // processLabel() sets UIDNA_ERROR_EMPTY_LABEL when labelLength==0.
670 // If &label==&dest then the label was modified in-place and labelLength
675 replaceLabel(UnicodeString &dest, int32_t destLabelStart, int32_t destLabelLength, const UnicodeString &label, int32_t labelLength) argument
684 processLabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info, UErrorCode &errorCode) const argument
897 markBadACELabel(UnicodeString &dest, int32_t labelStart, int32_t labelLength, UBool toASCII, IDNAInfo &info) const argument
962 checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const argument
1181 checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const argument
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp605 unsigned labelLength = hasLabel ? label->byteLength() : 0; local
607 params = adoptPtr(new WebCryptoRsaOaepParams(hasLabel, labelStart, labelLength));

Completed in 1861 milliseconds