Home
last modified time | relevance | path

Searched refs:UIDNA_ERROR_EMPTY_LABEL (Results 1 – 11 of 11) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Duts46test.cpp596 { ".", "B", ".", UIDNA_ERROR_EMPTY_LABEL },
597 { "\\uFF0E", "B", ".", UIDNA_ERROR_EMPTY_LABEL },
600 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
603 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
606 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
608 { "a..c", "B", "a..c", UIDNA_ERROR_EMPTY_LABEL },
614 { "\\u00E4.\\u00AD.c", "B", "\\u00E4..c", UIDNA_ERROR_EMPTY_LABEL },
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duidna.h430 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duidna.h426 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Duidna.h430 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
/third_party/icu/icu4c/source/common/unicode/
Duidna.h430 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duts46.cpp324 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in process()
383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
422 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
481 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
770 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
/third_party/node/deps/icu-small/source/common/
Duts46.cpp324 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in process()
383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
422 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
481 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
780 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp324 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in process()
383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
422 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
481 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
780 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
/third_party/icu/icu4c/source/common/
Duts46.cpp324 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in process()
383 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
422 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
481 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
780 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
/third_party/node/src/
Dnode_i18n.cc659 info.errors &= ~UIDNA_ERROR_EMPTY_LABEL; in ToASCII()
/third_party/icu/icu4c/source/test/cintltst/
Didnatest.c957 info.isTransitionalDifferent || info.errors != UIDNA_ERROR_EMPTY_LABEL in TestUTS46()