HomeSort by relevance Sort by last modified time
    Searched refs:udata_openChoice (Results 1 - 14 of 14) sorted by null

  /external/icu/icu4c/source/common/unicode/
udata.h 159 * 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,
urename.h     [all...]
  /external/icu/icu4c/source/samples/udata/
reader.c 96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /external/icu/icu4c/source/i18n/
collationroot.cpp 56 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll",
uspoof_impl.cpp 508 UDataMemory *udm = udata_openChoice(NULL, "cfu", "confusables",
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 659 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() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status (…)
    [all...]
  /external/icu/icu4c/source/common/
loadednormalizer2impl.cpp 78 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
usprep.cpp 241 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
ucnv_io.cpp 240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
    [all...]
udata.cpp     [all...]
ucnv_bld.cpp 347 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
    [all...]
uresdata.cpp 263 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
unames.cpp 197 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 622 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
623 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
627 error("udata_openChoice failed.\n");
    [all...]

Completed in 269 milliseconds