Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtestidna.cpp459 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()
590 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
595 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
618 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
624 …destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &stat… in testAPI()
1001 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testChaining()
1436 UIDNA_USE_STD3_RULES); in testCompareReferenceImpl()
1440 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED); in testCompareReferenceImpl()
1457 UIDNA_USE_STD3_RULES); in testCompareReferenceImpl()
1461 UIDNA_USE_STD3_RULES | UIDNA_ALLOW_UNASSIGNED); in testCompareReferenceImpl()
Didnaconf.cpp233 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status); in Call()
237 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status); in Call()
Duts46test.cpp58 UIDNA_USE_STD3_RULES|UIDNA_CHECK_BIDI| in runIndexedTest()
/external/icu/icu4c/source/test/cintltst/
Didnatest.c80 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()
182 destLen = func(src,-1,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
187 … destLen = func(src,-1,dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
204 destLen = func(tSrc,tSrcLen,NULL,0,options | UIDNA_USE_STD3_RULES, &parseError, &status); in testAPI()
210 …destLen = func(src,u_strlen(src),dest,destLen+1,options | UIDNA_USE_STD3_RULES, &parseError, &stat… in testAPI()
836 … outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status); in TestJB5273()
847 …outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status… in TestJB5273()
873 UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, in TestUTS46()
/external/icu/icu4c/source/common/unicode/
Duidna.h68 UIDNA_USE_STD3_RULES=2, enumerator
/external/icu/icu4c/source/common/
Duts46.cpp331 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in process()
432 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in processUTF8()
787 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in processLabel()
911 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in markBadACELabel()
Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII()