Home
last modified time | relevance | path

Searched refs:udata_openChoice (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dudatatst.c659 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
668 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
671 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1()
685 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
688 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
703 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
709 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
755 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
765 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
884 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory()
[all …]
/external/icu/icu4c/source/samples/udata/
Dreader.c96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
/external/icu/icu4c/source/common/unicode/
Dudata.h251 udata_openChoice(const char *path, const char *type, const char *name,
Durename.h843 #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) macro
/external/icu/icu4c/source/i18n/
Dcollationroot.cpp56 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll", in load()
Duspoof_impl.cpp508 UDataMemory *udm = udata_openChoice(NULL, "cfu", "confusables", in getDefault()
/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp78 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
Dusprep.cpp241 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode); in loadData()
Dudata.cpp1369 udata_openChoice(const char *path, const char *type, const char *name, in udata_openChoice() function
Ducnv_io.cpp240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
Ducnv_bld.cpp347 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err); in createConverterFromFile()
Duresdata.cpp263 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
Dunames.cpp197 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in loadCharNames()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp622 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run()
623 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status); in run()