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

/external/icu/icu4c/source/common/unicode/
H A Dudata.h159 * Callback function for udata_openChoice().
160 * @param context parameter passed into <code>udata_openChoice()</code>.
161 * @param type The type of the data as passed into <code>udata_openChoice()</code>.
163 * @param name The name of the data as passed into <code>udata_openChoice()</code>.
166 * by <code>udata_openChoice()</code> if this function
179 * This function works the same as <code>udata_openChoice</code>
195 * @see udata_openChoice
241 * for all data items, then <code>udata_openChoice()</code>
251 udata_openChoice(const char *path, const char *type, const char *name,
H A Durename.h843 #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) macro
/external/icu/icu4c/source/samples/udata/
H A Dreader.c96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/i18n/
H A Dcollationroot.cpp56 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll",
H A Duspoof_impl.cpp508 UDataMemory *udm = udata_openChoice(NULL, "cfu", "confusables",
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c659 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
661 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status));
663 log_verbose("PASS: udata_openChoice worked\n");
668 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
671 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status);
673 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
677 log_err("FAIL: udata_openChoice() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
685 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
688 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
690 log_data_err("FAIL: udata_openChoice() faile
[all...]
/external/icu/icu4c/source/common/
H A Dloadednormalizer2impl.cpp78 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
H A Dusprep.cpp241 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
H A Ducnv_io.cpp240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
H A Dudata.cpp1358 udata_openChoice(const char *path, const char *type, const char *name, function
1362 fprintf(stderr, "udata_openChoice(): Opening: %s : %s . %s\n", (path?path:"NULL"), name, type);
H A Duresdata.c253 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
H A Ducnv_bld.cpp367 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
H A Dunames.cpp197 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp840 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
841 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
845 error("udata_openChoice failed.\n");

Completed in 268 milliseconds