Searched refs:uidna_openUTS46 (Results 1 – 11 of 11) sorted by relevance
146 uidna_openUTS46(uint32_t options, UErrorCode *pErrorCode);
1016 #define uidna_openUTS46 U_ICU_ENTRY_POINT_RENAME(uidna_openUTS46) macro
1305 uidna_close(uidna_openUTS46(0, &status)); // Fail quickly if no data. in TestCompare()1316 uidna_close(uidna_openUTS46(0, &status)); // Fail quickly if no data. in TestRootLabelSeparator()1550 uidna_close(uidna_openUTS46(0, &dataStatus)); // Fail quickly if no data. in TestCompareReferenceImpl()
659 LocalUIDNAPointer idna(uidna_openUTS46(0, errorCode)); in TestLocalXyzPointer()
875 UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, in TestUTS46()
1327 uidna_openUTS46(uint32_t options, UErrorCode *pErrorCode) { in uidna_openUTS46() function