Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c431 const char *testdatapath = loadTestData(&error); in TestDecodedBundle() local
432 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
457 const char* testdatapath; in TestNewTypes() local
471 testdatapath=loadTestData(&status); in TestNewTypes()
479 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
759 const char* testdatapath; in TestEmptyTypes() local
770 testdatapath=loadTestData(&status); in TestEmptyTypes()
777 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
903 const char* testdatapath=NULL; in TestEmptyBundle() local
906 testdatapath=loadTestData(&status); in TestEmptyBundle()
[all …]
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()
774 const char* testdatapath = loadTestData(&status); in TestFileStream() local
775 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10); in TestFileStream()
[all …]
Dnfsprep.c63 const char *testdatapath = NULL; in nfs4_prepare() local
72 testdatapath = loadTestData(status); in nfs4_prepare()
92 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.c277 const char *testdatapath = loadTestData(errorCode); in doStringPrepTest() local
291 profile = usprep_open(testdatapath, binFileName, errorCode); in doStringPrepTest()
Dcustrtrn.c1430 const char* testdatapath=loadTestData(&status); in Test_WCHART_LongString() local
1431 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString()
/external/icu/icu4c/source/test/intltest/
Drestest.cpp242 const char* testdatapath=loadTestData(err); in TestConstruction() local
245 …dataerrln("Could not load testdata.dat " + UnicodeString(testdatapath) + ", " + UnicodeString(u_e… in TestConstruction()
255 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
256 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
325 const char* testdatapath; in testTag() local
326 testdatapath=loadTestData(status); in testTag()
339 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag()
538 const char* testdatapath = loadTestData(status); in TestGetSize() local
548 ResourceBundle rb(testdatapath, "testtypes", status); in TestGetSize()
592 const char* testdatapath = loadTestData(status); in TestGetLocaleByType() local
[all …]
Drestsnew.cpp241 const char* testdatapath; in TestConstruction() local
242 testdatapath=loadTestData(err); in TestConstruction()
255 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
256 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
308 const char* testdatapath; in TestIteration() local
317 testdatapath=loadTestData(err); in TestIteration()
324 ResourceBundle test1(testdatapath, *locale, err); in TestIteration()
434 const char* testdatapath=loadTestData(err); in TestOtherAPI() local
435 UnicodeString tDataPathUS = UnicodeString(testdatapath, ""); in TestOtherAPI()
457 ResourceBundle test1(testdatapath, *locale, err); in TestOtherAPI()
[all …]
Daliastst.cpp256 const char* testdatapath=loadTestData(status); in TestUResourceBundle() local
260 rb1 = new ResourceBundle(testdatapath, oldLoc, status); in TestUResourceBundle()
266 rb2 = new ResourceBundle(testdatapath, newLoc, status); in TestUResourceBundle()