Home
last modified time | relevance | path

Searched refs:testdatapath (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c426 const char *testdatapath = loadTestData(&error); in TestDecodedBundle() local
427 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
452 const char* testdatapath; in TestNewTypes() local
466 testdatapath=loadTestData(&status); in TestNewTypes()
474 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
754 const char* testdatapath; in TestEmptyTypes() local
765 testdatapath=loadTestData(&status); in TestEmptyTypes()
772 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
898 const char* testdatapath=NULL; in TestEmptyBundle() local
901 testdatapath=loadTestData(&status); in TestEmptyBundle()
[all …]
Dcrestst.c158 const char* testdatapath ; in TestConstruction1() local
164 testdatapath=loadTestData(&err); in TestConstruction1()
171 test1=ures_open(testdatapath, NULL, &err); in TestConstruction1()
179 test2=ures_open(testdatapath, locale, &err); in TestConstruction1()
258 const char *testdatapath = loadTestData(&status); in testTag() local
267 theBundle = ures_open(testdatapath, "root", &status); in testTag()
271 log_err("Couldn't open root bundle in %s", testdatapath); in testTag()
286 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
770 const char* testdatapath = loadTestData(&status); in TestFileStream() local
771 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10); in TestFileStream()
[all …]
Dnfsprep.c61 const char *testdatapath = NULL; in nfs4_prepare() local
70 testdatapath = loadTestData(status); in nfs4_prepare()
90 profile = usprep_open(testdatapath, NFS4DataFileNames[state], status); in nfs4_prepare()
Dspreptst.c600 const char *testdatapath = NULL; in TestBEAMWarning() local
602 testdatapath = loadTestData(&status); in TestBEAMWarning()
608 profile = usprep_open(testdatapath, "nfscis", &status); in TestBEAMWarning()
Dsprpdata.c275 const char *testdatapath = loadTestData(errorCode); in doStringPrepTest() local
289 profile = usprep_open(testdatapath, binFileName, errorCode); in doStringPrepTest()
Dcustrtrn.c1435 const char* testdatapath=loadTestData(&status); in Test_WCHART_LongString() local
1436 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString()
/external/icu/icu4c/source/test/intltest/
Drestest.cpp239 const char* testdatapath=loadTestData(err); in TestConstruction() local
242 …dataerrln("Could not load testdata.dat " + UnicodeString(testdatapath) + ", " + UnicodeString(u_e… in TestConstruction()
252 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
253 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
322 const char* testdatapath; in testTag() local
323 testdatapath=loadTestData(status); in testTag()
336 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag()
535 const char* testdatapath = loadTestData(status); in TestGetSize() local
545 ResourceBundle rb(testdatapath, "testtypes", status); in TestGetSize()
589 const char* testdatapath = loadTestData(status); in TestGetLocaleByType() local
[all …]
Drestsnew.cpp238 const char* testdatapath; in TestConstruction() local
239 testdatapath=loadTestData(err); in TestConstruction()
252 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
253 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
305 const char* testdatapath; in TestIteration() local
314 testdatapath=loadTestData(err); in TestIteration()
321 ResourceBundle test1(testdatapath, *locale, err); in TestIteration()
431 const char* testdatapath=loadTestData(err); in TestOtherAPI() local
432 UnicodeString tDataPathUS = UnicodeString(testdatapath, ""); in TestOtherAPI()
454 ResourceBundle test1(testdatapath, *locale, err); in TestOtherAPI()
[all …]
Daliastst.cpp254 const char* testdatapath=loadTestData(status); in TestUResourceBundle() local
258 rb1 = new ResourceBundle(testdatapath, oldLoc, status); in TestUResourceBundle()
264 rb2 = new ResourceBundle(testdatapath, newLoc, status); in TestUResourceBundle()