Home
last modified time | relevance | path

Searched refs:useSTD3ASCIIRules (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
Dtestidna.h82 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
94 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func);
Dtestidna.cpp241 UBool useSTD3ASCIIRules; member
451 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
459 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()
919 IDNToASCIIName, errorCase.useSTD3ASCIIRules, in testErrorCases()
923 IDNToASCIIName, errorCase.useSTD3ASCIIRules, in testErrorCases()
928 IDNToUnicodeName, errorCase.useSTD3ASCIIRules, in testErrorCases()
994 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func){ in testChaining() argument
1001 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testChaining()
Didnaref.cpp267 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0); in idnaref_toASCII() local
330 if(useSTD3ASCIIRules == TRUE){ in idnaref_toASCII()
444 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0); in idnaref_toUnicode() local
580 if(useSTD3ASCIIRules == TRUE){ in idnaref_toUnicode()
/external/icu4c/common/
Duidna.cpp224 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII() local
292 if(useSTD3ASCIIRules == TRUE){ in _internal_toASCII()
/external/icu4c/test/cintltst/
Didnatest.c73 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
81 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()