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