Lines Matching defs:tdpath
1415 char* tdpath=NULL;
1426 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
1432 strcpy(tdpath, directory);
1433 strcat(tdpath, tdrelativepath);
1434 strcat(tdpath,"testdata");
1436 test=ures_open(tdpath, "testtypes", &err);
1440 it_dataerrln((UnicodeString)"Could not load testtypes.res in testdata bundle with path " + tdpath + (UnicodeString)" - " + u_errorName(err));
1444 _testDataPath = tdpath;