Home
last modified time | relevance | path

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

12

/external/chromium/third_party/icu/source/test/cintltst/
Dudatatst.c610 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
619 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
622 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1()
636 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
639 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
654 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
660 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
706 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
716 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
836 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory()
[all …]
/external/icu4c/test/cintltst/
Dudatatst.c617 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
626 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
629 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status); in TestUDataOpenChoiceDemo1()
643 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
646 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status); in TestUDataOpenChoiceDemo1()
661 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
667 result=udata_openChoice(fullTestDataPath, type, name[3], isAcceptable1, NULL, &status); in TestUDataOpenChoiceDemo1()
713 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
723 result=udata_openChoice(path, type, name, isAcceptable, &p, &status); in TestUDataOpenChoiceDemo2()
843 result=udata_openChoice(NULL, type, name, isAcceptable1, NULL, &status); in TestUDataGetMemory()
[all …]
/external/icu4c/samples/udata/
Dreader.c96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
/external/chromium/third_party/icu/public/common/unicode/
Dudata.h245 udata_openChoice(const char *path, const char *type, const char *name,
/external/icu4c/common/unicode/
Dudata.h246 udata_openChoice(const char *path, const char *type, const char *name,
/external/icu4c/test/intltest/
Dtsmthred.cpp569 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/chromium/third_party/icu/source/test/intltest/
Dtsmthred.cpp923 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status); in run()
924 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status); in run()
/external/chromium/third_party/icu/source/common/
Dubidi_props.c134 …bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pEr… in ubidi_openProps()
Dpropname.cpp255 udata_openChoice(0, PNAME_DATA_TYPE, PNAME_DATA_NAME, in _load()
Dusprep.cpp252 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode); in loadData()
Duchar.c125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in _openProps()
Duresdata.c225 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
Dudata.c1437 udata_openChoice(const char *path, const char *type, const char *name, in udata_openChoice() function
Ducnv_io.c245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in haveAliasData()
Ducase.c139 …cspProto.mem=udata_openChoice(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, isAcceptable, &cspProto, pEr… in ucase_open()
/external/icu4c/common/
Dubidi_props.c134 …bdpProto.mem=udata_openChoice(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, isAcceptable, &bdpProto, pEr… in ubidi_openProps()
Dunorm.cpp183 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errorCode); in loadNormData()
Dpropname.cpp255 udata_openChoice(0, PNAME_DATA_TYPE, PNAME_DATA_NAME, in _load()
Dusprep.cpp249 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode); in loadData()
Duchar.c124 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in _openProps()
Duresdata.c250 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode); in res_load()
Dudata.c1491 udata_openChoice(const char *path, const char *type, const char *name, in udata_openChoice() function
Ducnv_io.c245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in haveAliasData()
/external/chromium/third_party/icu/source/i18n/
Ducol_res.cpp113 …UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableU… in ucol_initUCA()
/external/icu4c/i18n/
Ducol_res.cpp113 …UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableU… in ucol_initUCA()

12