Searched refs:createUTS46Instance (Results 1 – 4 of 4) sorted by relevance
84 createUTS46Instance(uint32_t options, UErrorCode &errorCode);
58 trans=IDNA::createUTS46Instance( in runIndexedTest()61 nontrans=IDNA::createUTS46Instance( in runIndexedTest()205 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode)); in TestNotSTD3()
342 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status)); in testIDs()
195 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance() function in IDNA1180 return reinterpret_cast<UIDNA *>(IDNA::createUTS46Instance(options, *pErrorCode)); in uidna_openUTS46()