Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duts46test.cpp469 { ".", "B", ".", UIDNA_ERROR_EMPTY_LABEL },
470 { "\\uFF0E", "B", ".", UIDNA_ERROR_EMPTY_LABEL },
473 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
476 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
479 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
481 { "a..c", "B", "a..c", UIDNA_ERROR_EMPTY_LABEL },
486 { "\\u00E4.\\u00AD.c", "B", "\\u00E4..c", UIDNA_ERROR_EMPTY_LABEL },
604 (UIDNA_ERROR_EMPTY_LABEL| in TestSomeCases()
/external/chromium_org/third_party/icu/source/test/intltest/
Duts46test.cpp470 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
473 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
476 UIDNA_ERROR_EMPTY_LABEL|UIDNA_ERROR_LEADING_HYPHEN|UIDNA_ERROR_TRAILING_HYPHEN|
478 { "a..c", "B", "a..c", UIDNA_ERROR_EMPTY_LABEL },
483 { "\\u00E4.\\u00AD.c", "B", "\\u00E4..c", UIDNA_ERROR_EMPTY_LABEL },
578 (UIDNA_ERROR_EMPTY_LABEL| in TestSomeCases()
/external/icu/icu4c/source/common/unicode/
Duidna.h420 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
/external/chromium_org/third_party/icu/source/common/unicode/
Duidna.h404 UIDNA_ERROR_EMPTY_LABEL=1, enumerator
/external/icu/icu4c/source/common/
Duts46.cpp325 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in process()
386 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
426 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
487 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
750 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
/external/chromium_org/third_party/icu/source/common/
Duts46.cpp319 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in process()
381 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in process()
421 info.errors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
483 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processUTF8()
746 info.labelErrors|=UIDNA_ERROR_EMPTY_LABEL; in processLabel()
/external/icu/icu4c/source/test/cintltst/
Didnatest.c957 info.isTransitionalDifferent || info.errors != UIDNA_ERROR_EMPTY_LABEL in TestUTS46()
/external/chromium_org/third_party/icu/source/test/cintltst/
Didnatest.c956 info.isTransitionalDifferent || info.errors != UIDNA_ERROR_EMPTY_LABEL in TestUTS46()