/external/icu/icu4c/source/test/cintltst/ |
D | udatatst.c | 661 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/ |
D | reader.c | 102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/external/icu/icu4c/source/common/unicode/ |
D | udata.h | 253 udata_openChoice(const char *path, const char *type, const char *name,
|
D | urename.h | 848 #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) macro
|
/external/icu/icu4c/source/i18n/ |
D | collationroot.cpp | 58 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll", in load()
|
D | uspoof_impl.cpp | 542 UDataMemory *udm = udata_openChoice(NULL, "cfu", "confusables", in uspoof_loadDefaultData()
|
/external/icu/icu4c/source/common/ |
D | loadednormalizer2impl.cpp | 80 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
|
D | usprep.cpp | 243 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode); in loadData()
|
D | udata.cpp | 1372 udata_openChoice(const char *path, const char *type, const char *name, in udata_openChoice() function
|
D | ucnv_io.cpp | 242 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode); in initAliasData()
|
D | ucnv_bld.cpp | 349 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err); in createConverterFromFile()
|
D | uresdata.cpp | 265 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
|
D | unames.cpp | 199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in loadCharNames()
|
/external/icu/icu4c/source/test/intltest/ |
D | tsmthred.cpp | 624 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()
|