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

1 2

  /external/chromium_org/third_party/icu/source/common/unicode/
udata.h 154 * 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/
reader.c 96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /external/icu/icu4c/source/common/unicode/
udata.h 154 * 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,
urename.h     [all...]
  /external/icu/icu4c/source/i18n/
collationroot.cpp 56 t->memory = udata_openChoice(U_ICUDATA_NAME U_TREE_SEPARATOR_STRING "coll",
  /external/icu/icu4c/source/samples/udata/
reader.c 96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 655 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() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status (…)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 655 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() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status (…)
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tsmthred.cpp 821 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");
    [all...]
  /external/icu/icu4c/source/test/intltest/
tsmthred.cpp 826 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");
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_io.cpp 240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
    [all...]
udata.cpp     [all...]
uresdata.c 257 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
usprep.cpp 240 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
ucnv_bld.cpp 344 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
    [all...]
normalizer2impl.cpp 288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
    [all...]
unames.cpp 199 uCharNamesData = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
    [all...]
  /external/icu/icu4c/source/common/
ucnv_io.cpp 240 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &errCode);
    [all...]
udata.cpp     [all...]
uresdata.c 255 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
usprep.cpp 240 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
ucnv_bld.cpp 335 data = udata_openChoice(pArgs->pkg, DATA_TYPE, pArgs->name, isCnvAcceptable, NULL, err);
    [all...]
normalizer2impl.cpp 288 memory=udata_openChoice(packageName, "nrm", name, isAcceptable, this, &errorCode);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 117 UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableUCA, NULL, &status);
    [all...]
ucol_bld.cpp     [all...]

Completed in 1585 milliseconds

1 2