Lines Matching refs:testData
139 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
142 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
150 * directory to ..\source\data\..\test\testdata\out\testdata
154 strcat(tdpath,"testdata");
160 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
202 TestData *testData;
228 testData=dataModule->createTestData("printf", errorCode);
230 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
351 delete testData;
368 TestData *testData;
394 testData=dataModule->createTestData("scanf", errorCode);
396 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
553 delete testData;
570 TestData *testData;
593 testData=dataModule->createTestData("printfPrecision", errorCode);
595 for(i=0; testData->nextCase(testCase, errorCode); ++i) {
680 delete testData;