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.c661 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
670 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
673 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1()
687 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
690 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
705 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
711 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
757 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
767 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
886 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory()
[all …]
/external/icu/icu4c/source/samples/udata/
Dreader.c102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
/external/icu/icu4c/source/common/unicode/
Dudata.h253 udata_openChoice(const char *path, const char *type, const char *name,
Durename.h848 #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) macro
/external/icu/icu4c/source/i18n/
Dcollationroot.cpp58 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll", in load()
Duspoof_impl.cpp542 UDataMemory *udm = udata_openChoice(NULL, "cfu", "confusables", in uspoof_loadDefaultData()
/external/icu/icu4c/source/common/
Dloadednormalizer2impl.cpp80 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
Dusprep.cpp243 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode); in loadData()
Dudata.cpp1372 udata_openChoice(const char *path, const char *type, const char *name, in udata_openChoice() function
Ducnv_io.cpp242 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
Ducnv_bld.cpp349 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err); in createConverterFromFile()
Duresdata.cpp265 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
Dunames.cpp199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in loadCharNames()
/external/icu/icu4c/source/test/intltest/
Dtsmthred.cpp624 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run()
625 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status); in run()