Searched refs:udata_open (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dudata.h86 * <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
H A Durename.h876 #define udata_open U_ICU_ENTRY_POINT_RENAME(udata_open) macro
/external/icu/icu4c/source/common/unicode/
H A Dudata.h86 * <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
H A Durename.h825 #define udata_open U_ICU_ENTRY_POINT_RENAME(udata_open) macro
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c142 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() o
[all...]
H A Dcucdtst.c3230 pData=udata_open(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, &errorCode);
3271 pData=udata_open(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, &errorCode);
/external/icu/icu4c/source/test/cintltst/
H A Dudatatst.c142 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() o
[all...]
H A Dcucdtst.c3229 pData=udata_open(NULL, UCASE_DATA_TYPE, UCASE_DATA_NAME, &errorCode);
3270 pData=udata_open(NULL, UBIDI_DATA_TYPE, UBIDI_DATA_NAME, &errorCode);
/external/chromium_org/third_party/icu/source/common/
H A Dbrkeng.cpp306 UDataMemory *file = udata_open(U_ICUDATA_BRKITR, ext.data(), dictnbuf.data(), &status);
H A Dbrkiter.cpp114 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status);
H A Dudata.cpp1313 udata_open(const char *path, const char *type, const char *name, function
1316 fprintf(stderr, "udata_open(): Opening: %s : %s . %s\n", (path?path:"NULL"), name, type);
/external/icu/icu4c/source/common/
H A Dbrkeng.cpp306 UDataMemory *file = udata_open(U_ICUDATA_BRKITR, ext.data(), dictnbuf.data(), &status);
H A Dbrkiter.cpp114 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status);
H A Dudata.cpp1305 udata_open(const char *path, const char *type, const char *name, function
1308 fprintf(stderr, "udata_open(): Opening: %s : %s . %s\n", (path?path:"NULL"), name, type);
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof_impl.cpp485 UDataMemory *udm = udata_open(NULL, "cfu", "confusables", &status);
/external/icu/icu4c/source/i18n/
H A Duspoof_impl.cpp485 UDataMemory *udm = udata_open(NULL, "cfu", "confusables", &status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp1019 LocalUDataMemoryPointer data(udata_open(U_ICUDATA_BRKITR, "brk", dataFile, &status));
1066 LocalUDataMemoryPointer data(udata_open(U_ICUDATA_BRKITR, "brk", brkName, &status));
/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp1022 LocalUDataMemoryPointer data(udata_open(U_ICUDATA_BRKITR, "brk", dataFile, &status));
1069 LocalUDataMemoryPointer data(udata_open(U_ICUDATA_BRKITR, "brk", brkName, &status));

Completed in 928 milliseconds