Searched refs:UIDNA_ERROR_EMPTY_LABEL (Results 1 – 11 of 11) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | uts46test.cpp | 596 { ".", "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/ |
D | uidna.h | 430 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uidna.h | 426 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uidna.h | 430 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uidna.h | 430 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uts46.cpp | 324 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/ |
D | uts46.cpp | 324 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/ |
D | uts46.cpp | 324 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/ |
D | uts46.cpp | 324 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/ |
D | node_i18n.cc | 659 info.errors &= ~UIDNA_ERROR_EMPTY_LABEL; in ToASCII()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | idnatest.c | 957 info.isTransitionalDifferent || info.errors != UIDNA_ERROR_EMPTY_LABEL in TestUTS46()
|