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

12

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dudata.h154 * Callback function for udata_openChoice().
155 * @param context parameter passed into <code>udata_openChoice()</code>.
156 * @param type The type of the data as passed into <code>udata_openChoice()</code>.
158 * @param name The name of the data as passed into <code>udata_openChoice()</code>.
161 * by <code>udata_openChoice()</code> if this function
174 * This function works the same as <code>udata_openChoice</code>
190 * @see udata_openChoice
236 * for all data items, then <code>udata_openChoice()</code>
246 udata_openChoice(const char *path, const char *type, const char *name,
/external/chromium_org/third_party/icu/source/samples/udata/
H A Dreader.c96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/common/unicode/
H A Dudata.h154 * Callback function for udata_openChoice().
155 * @param context parameter passed into <code>udata_openChoice()</code>.
156 * @param type The type of the data as passed into <code>udata_openChoice()</code>.
158 * @param name The name of the data as passed into <code>udata_openChoice()</code>.
161 * by <code>udata_openChoice()</code> if this function
174 * This function works the same as <code>udata_openChoice</code>
190 * @see udata_openChoice
236 * for all data items, then <code>udata_openChoice()</code>
246 udata_openChoice(const char *path, const char *type, const char *name,
H A Durename.h826 #define udata_openChoice U_ICU_ENTRY_POINT_RENAME(udata_openChoice) macro
/external/icu/icu4c/source/i18n/
H A Dcollationroot.cpp56 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll",
/external/icu/icu4c/source/samples/udata/
H A Dreader.c96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c655 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
657 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status));
659 log_verbose("PASS: udata_openChoice worked\n");
664 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
667 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status);
669 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
673 log_err("FAIL: udata_openChoice() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
681 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
684 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
686 log_data_err("FAIL: udata_openChoice() faile
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c655 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
657 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status));
659 log_verbose("PASS: udata_openChoice worked\n");
664 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
667 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status);
669 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
673 log_err("FAIL: udata_openChoice() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
681 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
684 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
686 log_data_err("FAIL: udata_openChoice() faile
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp821 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
822 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
826 error("udata_openChoice failed.\n");
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp826 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
827 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
831 error("udata_openChoice failed.\n");
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.cpp240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
H A Dudata.cpp1333 udata_openChoice(const char *path, const char *type, const char *name, function
1337 fprintf(stderr, "udata_openChoice(): Opening: %s : %s . %s\n", (path?path:"NULL"), name, type);
H A Duresdata.c257 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
H A Dusprep.cpp240 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
H A Ducnv_bld.cpp344 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
H A Dnormalizer2impl.cpp288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
H A Dunames.cpp199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
/external/icu/icu4c/source/common/
H A Ducnv_io.cpp240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
H A Dudata.cpp1325 udata_openChoice(const char *path, const char *type, const char *name, function
1329 fprintf(stderr, "udata_openChoice(): Opening: %s : %s . %s\n", (path?path:"NULL"), name, type);
H A Duresdata.c255 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
H A Dusprep.cpp240 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
H A Ducnv_bld.cpp335 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
H A Dnormalizer2impl.cpp288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_res.cpp117 UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableUCA, NULL, &status);
H A Ducol_bld.cpp1345 UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, INVC_DATA_TYPE, INVC_DATA_NAME, isAcceptableInvUCA, NULL, &status);

Completed in 353 milliseconds

12