Home
last modified time | relevance | path

Searched refs:UIDNA_USE_STD3_RULES (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Didnatest.c82 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()
184 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
189 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
206 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
212 …destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &stat… in testAPI()
838 … outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status); in TestJB5273()
849 …outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status… in TestJB5273()
875 UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, in TestUTS46()
/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp463 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()
598 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
603 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
626 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
632 …destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &stat… in testAPI()
1009 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testChaining()
1452 UIDNA_USE_STD3_RULES); in testCompareReferenceImpl()
1456 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED); in testCompareReferenceImpl()
1473 UIDNA_USE_STD3_RULES); in testCompareReferenceImpl()
1477 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED); in testCompareReferenceImpl()
Didnaconf.cpp236 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status); in Call()
240 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status); in Call()
Duts46test.cpp73 UIDNA_USE_STD3_RULES|UIDNA_CHECK_BIDI| in runIndexedTest()
/external/icu/libicu/cts_headers/unicode/
Duidna.h74 UIDNA_USE_STD3_RULES=2, enumerator
/external/icu/icu4c/source/common/unicode/
Duidna.h74 UIDNA_USE_STD3_RULES=2, enumerator
/external/icu/libandroidicu/include/unicode/
Duidna.h74 UIDNA_USE_STD3_RULES=2, enumerator
/external/icu/icu4c/source/common/
Duts46.cpp333 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in process()
434 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in processUTF8()
810 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in processLabel()
934 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in markBadACELabel()
Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII()