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

  /external/icu4c/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/icu4c/samples/udata/
reader.c 96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
  /external/icu4c/test/cintltst/
udatatst.c 620 result=udata_openChoice(NULL, "icu", name[0], isAcceptable1, NULL, &status);
622 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status));
624 log_verbose("PASS: udata_openChoice worked\n");
629 result=udata_openChoice(NULL, type, name[1], isAcceptable1, NULL, &status);
632 result=udata_openChoice(NULL, type, name[1], isAcceptable2, NULL, &status);
634 log_data_err("FAIL: udata_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
638 log_err("FAIL: udata_openChoice() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status));
646 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
649 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
651 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/icu4c/test/intltest/
tsmthred.cpp 569 UDataMemory *data1 = udata_openChoice(0, "res", "en_US", isAcceptable, 0, &status);
570 UDataMemory *data2 = udata_openChoice(0, "res", "fr", isAcceptable, 0, &status);
574 error("udata_openChoice failed.\n");
    [all...]
  /external/icu4c/common/
propname.cpp 255 udata_openChoice(0, PNAME_DATA_TYPE, PNAME_DATA_NAME,
ucnv_io.c 245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
udata.cpp     [all...]
uresdata.c 250 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
    [all...]
usprep.cpp 249 dataMemory=udata_openChoice(path, type, name, isSPrepAcceptable, NULL, errorCode);
ucnv_bld.c 325 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.c 207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp 116 UDataMemory *result = udata_openChoice(U_ICUDATA_COLL, UCA_DATA_TYPE, UCA_DATA_NAME, isAcceptableUCA, NULL, status);
    [all...]
ucol_bld.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 684 #define udata_openChoice udata_openChoice_3_2
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 684 #define udata_openChoice udata_openChoice_3_2
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 684 #define udata_openChoice udata_openChoice_3_2
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 684 #define udata_openChoice udata_openChoice_3_2
    [all...]

Completed in 584 milliseconds