/external/icu4c/test/cintltst/ |
D | udatatst.c | 618 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1() 627 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1() 630 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1() 644 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1() 647 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1() 662 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1() 668 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1() 714 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2() 724 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2() 844 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory() [all …]
|
/external/icu4c/samples/udata/ |
D | reader.c | 96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/external/icu4c/common/unicode/ |
D | udata.h | 246 udata_openChoice(const char *path, const char *type, const char *name,
|
D | urename.h | 869 #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) macro
|
/external/icu4c/test/intltest/ |
D | tsmthred.cpp | 569 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run() 570 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status); in run()
|
/external/icu4c/common/ |
D | usprep.cpp | 249 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode); in loadData()
|
D | udata.cpp | 1346 udata_openChoice(const char *path, const char *type, const char *name, in udata_openChoice() function
|
D | uresdata.c | 250 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
|
D | ucnv_io.c | 245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in haveAliasData()
|
D | ucnv_bld.c | 327 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err); in createConverterFromFile()
|
D | unames.c | 207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in isDataLoaded()
|
D | normalizer2impl.cpp | 288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode); in load()
|
/external/icu4c/i18n/ |
D | ucol_res.cpp | 118 …UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableU… in ucol_initUCA()
|
D | ucol_bld.cpp | 1342 …UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, INVC_DATA_TYPE, INVC_DATA_NAME, isAcceptabl… in ucol_initInverseUCA()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | urename.h | 684 #define udata_openChoice udata_openChoice_3_2 macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | urename.h | 684 #define udata_openChoice udata_openChoice_3_2 macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | urename.h | 684 #define udata_openChoice udata_openChoice_3_2 macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | urename.h | 684 #define udata_openChoice udata_openChoice_3_2 macro
|