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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 825 #define udata_open macro
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 142 log_verbose("Testing udata_open(%s)\n", testPath);
143 result=udata_open(testPath, type, name, &status);
145 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
147 log_verbose("PASS: udata_open worked\n");
155 * verify that udata_open can explicitly fetch items from it.
166 log_verbose("Testing udata_open() on %s\n", icuDataFilePath);
170 result=udata_open(path, memMap[i][1], memMap[i][0], &status);
172 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));
174 log_verbose("PASS: udata_open worked for path = %s, name=%s, type=%s\n", path, memMap[i][0], memMap[i][1]);
182 log_verbose("Skipping tests of udata_open() on %s. File not present in this configuration.\n"
    [all...]
cucdtst.c     [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/common/
brkeng.cpp 296 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/icu/icu4c/source/common/
brkeng.cpp 306 UDataMemory *file = udata_open(U_ICUDATA_BRKITR, ext.data(), dictnbuf.data(), &status);
brkiter.cpp 114 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status);
udata.cpp 1305 udata_open(const char *path, const char *type, const char *name, function
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
rbbiapts.cpp     [all...]
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 485 UDataMemory *udm = udata_open(NULL, "cfu", "confusables", &status);
  /external/icu/icu4c/source/test/intltest/
rbbiapts.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_impl.cpp 464 UDataMemory *udm = udata_open(NULL, "cfu", "confusables", &status);

Completed in 960 milliseconds