Home
last modified time | relevance | path

Searched defs:labelLength (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java221 int labelLength=labelLimit-labelStart; in processUnicode() local
319 CharSequence label, int labelLength) { in replaceLabel()
331 int labelStart, int labelLength, in processLabel()
504 int labelStart, int labelLength, in markBadACELabel()
570 checkLabelBiDi(CharSequence label, int labelStart, int labelLength, Info info) { in checkLabelBiDi()
691 isLabelOkContextJ(CharSequence label, int labelStart, int labelLength) { in isLabelOkContextJ()
762 checkLabelContextO(CharSequence label, int labelStart, int labelLength, Info info) { in checkLabelContextO()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUTS46.java222 int labelLength=labelLimit-labelStart; in processUnicode() local
320 CharSequence label, int labelLength) { in replaceLabel()
332 int labelStart, int labelLength, in processLabel()
495 int labelStart, int labelLength, in markBadACELabel()
561 checkLabelBiDi(CharSequence label, int labelStart, int labelLength, Info info) { in checkLabelBiDi()
682 isLabelOkContextJ(CharSequence label, int labelStart, int labelLength) { in isLabelOkContextJ()
753 checkLabelContextO(CharSequence label, int labelStart, int labelLength, Info info) { in checkLabelContextO()
/third_party/node/deps/icu-small/source/common/
Duts46.cpp549 int32_t labelLength=labelLimit-labelStart; in processUnicode() local
687 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel()
703 int32_t labelStart, int32_t labelLength, in processLabel()
929 int32_t labelStart, int32_t labelLength, in markBadACELabel()
1000 UTS46::checkLabelBiDi(const char16_t *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi()
1218 UTS46::checkLabelContextO(const char16_t *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelContextO()
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp549 int32_t labelLength=labelLimit-labelStart; in processUnicode() local
687 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel()
703 int32_t labelStart, int32_t labelLength, in processLabel()
929 int32_t labelStart, int32_t labelLength, in markBadACELabel()
1000 UTS46::checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi()
1218 UTS46::checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelContextO()
/third_party/icu/icu4c/source/common/
Duts46.cpp549 int32_t labelLength=labelLimit-labelStart; in processUnicode() local
687 const UnicodeString &label, int32_t labelLength, UErrorCode &errorCode) { in replaceLabel()
703 int32_t labelStart, int32_t labelLength, in processLabel()
929 int32_t labelStart, int32_t labelLength, in markBadACELabel()
1000 UTS46::checkLabelBiDi(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelBiDi()
1218 UTS46::checkLabelContextO(const UChar *label, int32_t labelLength, IDNAInfo &info) const { in checkLabelContextO()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DvalidationES2.cpp2224 size_t labelLength = 0; in ValidateLabelLength() local
DContext.cpp240 size_t labelLength = length < 0 ? strlen(label) : length; in GetObjectLabelFromPointer() local
1163 size_t labelLength = length == 0 ? strlen(label) : length; in labelObject() local