Home
last modified time | relevance | path

Searched refs:UIDNA_ERROR_LABEL_TOO_LONG (Results 1 – 10 of 10) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Duts46test.cpp436 UIDNA_ERROR_LABEL_TOO_LONG|UIDNA_ERROR_CONTEXTJ },
446 "sssssssssssssss\\u015Dssz", UIDNA_ERROR_LABEL_TOO_LONG },
518 UIDNA_ERROR_LABEL_TOO_LONG },
527 UIDNA_ERROR_LABEL_TOO_LONG },
536 UIDNA_ERROR_LABEL_TOO_LONG|UIDNA_ERROR_DOMAIN_NAME_TOO_LONG },
541 … "1234567890\\u00E41234567890123456789012345678901234567890123456", UIDNA_ERROR_LABEL_TOO_LONG },
575 UIDNA_ERROR_LABEL_TOO_LONG },
584 UIDNA_ERROR_LABEL_TOO_LONG },
593 UIDNA_ERROR_LABEL_TOO_LONG|UIDNA_ERROR_DOMAIN_NAME_TOO_LONG },
736 (UIDNA_ERROR_LABEL_TOO_LONG| in TestSomeCases()
/third_party/skia/third_party/externals/icu/source/common/
Duts46.cpp340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
440 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
484 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
865 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
901 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
908 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
968 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in markBadACELabel()
/third_party/icu/icu4c/source/common/
Duts46.cpp340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
440 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
484 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
865 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
901 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
908 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
968 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in markBadACELabel()
/third_party/node/deps/icu-small/source/common/
Duts46.cpp340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
440 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
484 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
865 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
901 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
908 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
968 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in markBadACELabel()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duts46.cpp340 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
386 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in process()
440 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
484 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processUTF8()
855 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
891 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
898 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in processLabel()
958 info.labelErrors|=UIDNA_ERROR_LABEL_TOO_LONG; in markBadACELabel()
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duidna.h433 UIDNA_ERROR_LABEL_TOO_LONG=2, enumerator
/third_party/node/deps/icu-small/source/common/unicode/
Duidna.h437 UIDNA_ERROR_LABEL_TOO_LONG=2, enumerator
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duidna.h437 UIDNA_ERROR_LABEL_TOO_LONG=2, enumerator
/third_party/icu/icu4c/source/common/unicode/
Duidna.h437 UIDNA_ERROR_LABEL_TOO_LONG=2, enumerator
/third_party/node/src/
Dnode_i18n.cc660 info.errors &= ~UIDNA_ERROR_LABEL_TOO_LONG; in ToASCII()