Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c459 const char *testdatapath = loadTestData(&error); in TestDecodedBundle() local
460 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
485 const char* testdatapath; in TestNewTypes() local
499 testdatapath=loadTestData(&status); in TestNewTypes()
507 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
787 const char* testdatapath; in TestEmptyTypes() local
798 testdatapath=loadTestData(&status); in TestEmptyTypes()
805 theBundle = ures_open(testdatapath, "testtypes", &status); in TestEmptyTypes()
931 const char* testdatapath=NULL; in TestEmptyBundle() local
934 testdatapath=loadTestData(&status); in TestEmptyBundle()
[all …]
Dcrestst.c188 const char* testdatapath ; in TestConstruction1() local
194 testdatapath=loadTestData(&err); in TestConstruction1()
201 test1=ures_open(testdatapath, NULL, &err); in TestConstruction1()
209 test2=ures_open(testdatapath, locale, &err); in TestConstruction1()
288 const char *testdatapath = loadTestData(&status); in testTag() local
297 theBundle = ures_open(testdatapath, "root", &status); in testTag()
301 log_err("Couldn't open root bundle in %s", testdatapath); in testTag()
316 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
844 const char* testdatapath = loadTestData(&status); in TestFileStream() local
845 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()
Dsprpdata.c278 const char *testdatapath = loadTestData(errorCode); in doStringPrepTest() local
283 profile = usprep_open(testdatapath, binFileName, errorCode); in doStringPrepTest()
Dspreptst.c604 const char *testdatapath = NULL; in TestBEAMWarning() local
606 testdatapath = loadTestData(&status); in TestBEAMWarning()
612 profile = usprep_open(testdatapath, "nfscis", &status); in TestBEAMWarning()
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.cpp266 const char* testdatapath=loadTestData(err); in TestConstruction() local
269 …dataerrln("Could not load testdata.dat " + UnicodeString(testdatapath) + ", " + UnicodeString(u_e… in TestConstruction()
279 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
280 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
349 const char* testdatapath; in testTag() local
350 testdatapath=loadTestData(status); in testTag()
363 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag()
562 const char* testdatapath = loadTestData(status); in TestGetSize() local
572 ResourceBundle rb(testdatapath, "testtypes", status); in TestGetSize()
616 const char* testdatapath = loadTestData(status); in TestGetLocaleByType() local
[all …]
Drestsnew.cpp283 const char* testdatapath; in TestConstruction() local
284 testdatapath=loadTestData(err); in TestConstruction()
297 ResourceBundle test1((UnicodeString)testdatapath, err); in TestConstruction()
298 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
350 const char* testdatapath; in TestIteration() local
359 testdatapath=loadTestData(err); in TestIteration()
366 ResourceBundle test1(testdatapath, *locale, err); in TestIteration()
476 const char* testdatapath=loadTestData(err); in TestOtherAPI() local
477 UnicodeString tDataPathUS = UnicodeString(testdatapath, ""); in TestOtherAPI()
499 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()