Home
last modified time | relevance | path

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

/external/icu4c/test/cintltst/
Dcrestst.c159 const char* testdatapath ; in TestConstruction1() local
165 testdatapath=loadTestData(&err); in TestConstruction1()
172 test1=ures_open(testdatapath, NULL, &err); in TestConstruction1()
180 test2=ures_open(testdatapath, locale, &err); in TestConstruction1()
259 const char *testdatapath = loadTestData(&status); in testTag() local
268 theBundle = ures_open(testdatapath, "root", &status); in testTag()
272 log_err("Couldn't open root bundle in %s", testdatapath); in testTag()
287 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 …]
Dcreststn.c420 const char *testdatapath = loadTestData(&error); in TestDecodedBundle() local
421 resB = ures_open(testdatapath, "iscii", &error); in TestDecodedBundle()
450 const char* testdatapath; in TestNewTypes() local
464 testdatapath=loadTestData(&status); in TestNewTypes()
472 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
752 const char* testdatapath; in TestEmptyTypes() local
763 testdatapath=loadTestData(&status); in TestEmptyTypes()
770 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
894 const char* testdatapath=NULL; in TestEmptyBundle() local
897 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.c596 const char *testdatapath = NULL; in TestBEAMWarning() local
598 testdatapath = loadTestData(&status); in TestBEAMWarning()
604 profile = usprep_open(testdatapath, "nfscis", &status); in TestBEAMWarning()
Dsprpdata.c274 const char *testdatapath = loadTestData(errorCode); in doStringPrepTest() local
289 profile = usprep_open(testdatapath, binFileName, errorCode); in doStringPrepTest()
Dcustrtrn.c1126 const char* testdatapath=loadTestData(&status); in Test_WCHART_LongString() local
1127 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString()
/external/icu4c/test/intltest/
Drestest.cpp235 const char* testdatapath=loadTestData(err); in TestConstruction() local
238 …errln("Could not load testdata.dat " + UnicodeString(testdatapath) + ", " + UnicodeString(u_error… in TestConstruction()
248 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
249 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
318 const char* testdatapath; in testTag() local
319 testdatapath=loadTestData(status); in testTag()
332 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag()
531 const char* testdatapath = loadTestData(status); in TestGetSize() local
541 ResourceBundle rb(testdatapath, "testtypes", status); in TestGetSize()
585 const char* testdatapath = loadTestData(status); in TestGetLocaleByType() local
[all …]
Drestsnew.cpp233 const char* testdatapath; in TestConstruction() local
234 testdatapath=loadTestData(err); in TestConstruction()
247 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
248 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
300 const char* testdatapath; in TestIteration() local
309 testdatapath=loadTestData(err); in TestIteration()
316 ResourceBundle test1(testdatapath, *locale, err); in TestIteration()
426 const char* testdatapath=loadTestData(err); in TestOtherAPI() local
427 UnicodeString tDataPathUS = UnicodeString(testdatapath, ""); in TestOtherAPI()
449 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()