Lines Matching refs:testdatapath
162 const char* testdatapath ;
168 testdatapath=loadTestData(&err);
175 test1=ures_open(testdatapath, NULL, &err);
183 test2=ures_open(testdatapath, locale, &err);
262 const char *testdatapath = loadTestData(&status);
271 theBundle = ures_open(testdatapath, "root", &status);
275 log_err("Couldn't open root bundle in %s", testdatapath);
290 theBundle = ures_open(testdatapath, param[i].name, &status);
773 const char* testdatapath = loadTestData(&status);
774 char* fileName = (char*) malloc(uprv_strlen(testdatapath) +10);
796 uprv_strcpy(fileName,testdatapath);
850 uprv_strcpy(fileName,testdatapath);
915 const char* testdatapath = loadTestData(&status);
925 rb = ures_open(testdatapath, "testtypes", &status);
973 const char* testdatapath = loadTestData(&status);
984 rb = ures_open(testdatapath, test[i].requestedLocale, &status);