Home
last modified time | relevance | path

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

/external/icu4c/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()
837 … outLen = uidna_toUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status); in TestJB5273()
848 …outLen = uidna_IDNToUnicode(invalid_idn, len, output, 50, UIDNA_USE_STD3_RULES, &prsError, &status… in TestJB5273()
874 UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, in TestUTS46()
/external/icu4c/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.cpp234 uidna_IDNToASCII(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status); in Call()
238 uidna_IDNToUnicode(p, p_len, result, 200, UIDNA_USE_STD3_RULES, NULL, &status); in Call()
Duts46test.cpp59 UIDNA_USE_STD3_RULES|UIDNA_CHECK_BIDI| in runIndexedTest()
/external/webkit/Source/WebCore/icu/unicode/
Duidna.h73 #define UIDNA_USE_STD3_RULES 0x0002 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Duidna.h73 #define UIDNA_USE_STD3_RULES 0x0002 macro
/external/icu4c/common/unicode/
Duidna.h64 UIDNA_USE_STD3_RULES=2, enumerator
/external/icu4c/common/
Duts46.cpp337 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in process()
442 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in processUTF8()
784 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in processLabel()
904 UBool disallowNonLDHDot=(options&UIDNA_USE_STD3_RULES)!=0; in markBadACELabel()
Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII()