Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duts46test.cpp75 trans=IDNA::createUTS46Instance(commonOptions, errorCode); in runIndexedTest()
76 nontrans=IDNA::createUTS46Instance( in runIndexedTest()
224 LocalPointer<IDNA> not3(IDNA::createUTS46Instance(UIDNA_CHECK_BIDI, errorCode)); in TestNotSTD3()
257 LocalPointer<IDNA> idna(IDNA::createUTS46Instance(0, errorCode)); in TestInvalidPunycodeDigits()
324 LocalPointer<IDNA> idna(IDNA::createUTS46Instance(0, errorCode)); in TestACELabelEdgeCases()
Duobjtest.cpp347 TESTCLASSID_NONE_FACTORY(IDNA, IDNA::createUTS46Instance(0, status)); in testIDs()
/external/icu/icu4c/source/common/unicode/
Didna.h94 createUTS46Instance(uint32_t options, UErrorCode &errorCode);
/external/icu/libicu/cts_headers/unicode/
Didna.h94 createUTS46Instance(uint32_t options, UErrorCode &errorCode);
/external/icu/icu4c/source/common/
Duts46.cpp201 IDNA::createUTS46Instance(uint32_t options, UErrorCode &errorCode) { in createUTS46Instance() function in IDNA
1328 return reinterpret_cast<UIDNA *>(IDNA::createUTS46Instance(options, *pErrorCode)); in uidna_openUTS46()