Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcrestst.c162 const char* testdatapath ; in TestConstruction1() local
168 testdatapath=loadTestData(&err); in TestConstruction1()
175 test1=ures_open(testdatapath, NULL, &err); in TestConstruction1()
183 test2=ures_open(testdatapath, locale, &err); in TestConstruction1()
262 const char *testdatapath = loadTestData(&status); in testTag() local
271 theBundle = ures_open(testdatapath, "root", &status); in testTag()
275 log_err("Couldn't open root bundle in %s", testdatapath); in testTag()
290 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
773 const char* testdatapath = loadTestData(&status); in TestFileStream() local
774 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10); in TestFileStream()
[all …]
Dcreststn.c430 const char *testdatapath = loadTestData(&error); in TestDecodedBundle() local
431 resB = ures_open(testdatapath, "iscii", &error); in TestDecodedBundle()
460 const char* testdatapath; in TestNewTypes() local
474 testdatapath=loadTestData(&status); in TestNewTypes()
482 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
762 const char* testdatapath; in TestEmptyTypes() local
773 testdatapath=loadTestData(&status); in TestEmptyTypes()
780 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
904 const char* testdatapath=NULL; in TestEmptyBundle() local
907 testdatapath=loadTestData(&status); in TestEmptyBundle()
[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.c603 const char *testdatapath = NULL; in TestBEAMWarning() local
605 testdatapath = loadTestData(&status); in TestBEAMWarning()
611 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.c1423 const char* testdatapath=loadTestData(&status); in Test_WCHART_LongString() local
1424 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString()
/external/icu4c/test/intltest/
Drestest.cpp240 const char* testdatapath=loadTestData(err); in TestConstruction() local
243 …dataerrln("Could not load testdata.dat " + UnicodeString(testdatapath) + ", " + UnicodeString(u_e… in TestConstruction()
253 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
254 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
323 const char* testdatapath; in testTag() local
324 testdatapath=loadTestData(status); in testTag()
337 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag()
536 const char* testdatapath = loadTestData(status); in TestGetSize() local
546 ResourceBundle rb(testdatapath, "testtypes", status); in TestGetSize()
590 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()