Home
last modified time | relevance | path

Searched refs:createUTS46Instance (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/common/unicode/
Didna.h84 createUTS46Instance(uint32_t options, UErrorCode &errorCode);
/external/icu4c/test/intltest/
Duts46test.cpp58 trans=IDNA::createUTS46Instance( in runIndexedTest()
61 nontrans=IDNA::createUTS46Instance( in runIndexedTest()
205 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode)); in TestNotSTD3()
Duobjtest.cpp342 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status)); in testIDs()
/external/icu4c/common/
Duts46.cpp195 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance() function in IDNA
1180 return reinterpret_cast<UIDNA *>(IDNA::createUTS46Instance(options, *pErrorCode)); in uidna_openUTS46()