Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtestidna.h85 UBool useSTD3ASCIIRules, UErrorCode expectedStatus,
97 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func);
Dtestidna.cpp246 UBool useSTD3ASCIIRules; member
455 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
463 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()
927 IDNToASCIIName, errorCase.useSTD3ASCIIRules, in testErrorCases()
931 IDNToASCIIName, errorCase.useSTD3ASCIIRules, in testErrorCases()
936 IDNToUnicodeName, errorCase.useSTD3ASCIIRules, in testErrorCases()
1002 UBool useSTD3ASCIIRules, UBool caseInsensitive, TestFunc func){ in testChaining() argument
1009 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testChaining()
Didnaref.cpp280 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0); in idnaref_toASCII() local
345 if(useSTD3ASCIIRules == TRUE){ in idnaref_toASCII()
459 UBool useSTD3ASCIIRules = (UBool)((options & IDNAREF_USE_STD3_RULES) != 0); in idnaref_toUnicode() local
595 if(useSTD3ASCIIRules == TRUE){ in idnaref_toUnicode()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/
DTestData.java262 public boolean useSTD3ASCIIRules; field in TestData.ErrorCase
270 useSTD3ASCIIRules = std3; in ErrorCase()
DIDNAReference.java143 boolean useSTD3ASCIIRules = ((options & USE_STD3_RULES) != 0); in convertToASCII()
185 if(useSTD3ASCIIRules == true){ in convertToASCII()
DTestIDNARef.java413 if(errCase.useSTD3ASCIIRules){ in TestErrorCases()
417 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
429 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
DTestIDNA.java349 if(errCase.useSTD3ASCIIRules){ in TestErrorCases()
353 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
364 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
DTestData.java259 public boolean useSTD3ASCIIRules; field in TestData.ErrorCase
267 useSTD3ASCIIRules = std3; in ErrorCase()
DIDNAReference.java140 boolean useSTD3ASCIIRules = ((options & USE_STD3_RULES) != 0); in convertToASCII()
182 if(useSTD3ASCIIRules == true){ in convertToASCII()
DTestIDNARef.java410 if(errCase.useSTD3ASCIIRules){ in TestErrorCases()
414 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
426 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
DTestIDNA.java346 if(errCase.useSTD3ASCIIRules){ in TestErrorCases()
350 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
361 if(errCase.useSTD3ASCIIRules!=true){ in TestErrorCases()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DIDNA2003.java164 boolean useSTD3ASCIIRules = ((options & IDNA.USE_STD3_RULES) != 0); in convertToASCII()
207 if(useSTD3ASCIIRules == true){ in convertToASCII()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DIDNA2003.java163 boolean useSTD3ASCIIRules = ((options & IDNA.USE_STD3_RULES) != 0); in convertToASCII()
206 if(useSTD3ASCIIRules == true){ in convertToASCII()
/third_party/skia/third_party/externals/icu/source/common/
Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII() local
290 if(useSTD3ASCIIRules == TRUE){ in _internal_toASCII()
/third_party/icu/icu4c/source/common/
Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII() local
290 if(useSTD3ASCIIRules == TRUE){ in _internal_toASCII()
/third_party/node/deps/icu-small/source/common/
Duidna.cpp222 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII() local
290 if(useSTD3ASCIIRules == TRUE){ in _internal_toASCII()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duidna.cpp224 UBool useSTD3ASCIIRules = (UBool)((options & UIDNA_USE_STD3_RULES) != 0); in _internal_toASCII() local
292 if(useSTD3ASCIIRules == TRUE){ in _internal_toASCII()
/third_party/icu/icu4c/source/test/cintltst/
Didnatest.c74 UBool useSTD3ASCIIRules,UErrorCode expectedStatus, in testAPI() argument
82 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; in testAPI()