Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Didna.h90 createUTS46Instance(uint32_t options, UErrorCode &errorCode);
/external/icu/icu4c/source/test/intltest/
Duts46test.cpp60 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()
Duobjtest.cpp344 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status)); in testIDs()
/external/icu/icu4c/source/common/
Duts46.cpp199 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance() function in IDNA
1306 return reinterpret_cast<UIDNA *>(IDNA::createUTS46Instance(options, *pErrorCode)); in uidna_openUTS46()