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

  /external/icu4c/common/unicode/
udata.h 86 * <p>The implementation for the <code>udata_open[Choice]()</code>
194 udata_open(const char *path, const char *type, const char *name,
332 * udata_open() will look for data in the multiple data packages in the order
urename.h 861 #define udata_open macro
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 154 log_verbose("Testing udata_open()\n");
155 result=udata_open(testPath, type, name, &status);
157 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
159 log_verbose("PASS: udata_open worked\n");
164 * verify that udata_open can explicitly fetch items from it.
175 log_verbose("Testing udata_open() on %s\n", icuDataFilePath);
179 result=udata_open(path, memMap[i][1], memMap[i][0], &status);
181 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status));
183 log_verbose("PASS: udata_open worked for path = %s, name=%s, type=%s\n", path, memMap[i][0], memMap[i][1]);
191 log_verbose("Skipping tests of udata_open() on %s. File not present in this configuration.\n"
    [all...]
cucdtst.c     [all...]
  /external/icu4c/common/
brkeng.cpp 272 UDataMemory *file = udata_open(U_ICUDATA_BRKITR, ext, dictnbuff, &status);
brkiter.cpp 114 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status);
udata.cpp 1294 udata_open(const char *path, const char *type, const char *name, function
    [all...]
  /external/icu4c/test/intltest/
rbbiapts.cpp     [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 464 UDataMemory *udm = udata_open(NULL, "cfu", "confusables", &status);
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h 683 #define udata_open udata_open_3_2 macro
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h 683 #define udata_open udata_open_3_2 macro
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h 683 #define udata_open udata_open_3_2 macro
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h 683 #define udata_open udata_open_3_2 macro
    [all...]

Completed in 144 milliseconds