Searched refs:tdpath (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcintltst.c530 char* tdpath=NULL; local
540 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
549 strcpy(tdpath, directory);
550 strcat(tdpath, tdrelativepath);
551 strcat(tdpath,"testdata");
554 test=ures_open(tdpath, "testtypes", err);
559 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err));
563 _testDataPath = tdpath;
H A Dnucnvtst.c1253 char* tdpath = NULL;
1258 tdpath = (char*) malloc(sizeof(char) * (len * 2));
1261 uprv_strcpy(tdpath,directory);
1262 index=strrchr(tdpath,(char)U_FILE_SEP_CHAR);
1264 if((unsigned int)(index-tdpath) != (strlen(tdpath)-1)){
1267 u_setDataDirectory(tdpath);
1268 log_verbose("ICU data directory is set to: %s \n" ,tdpath);
1331 free(tdpath);
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/unicode/
H A Dtstdtmod.h106 char *tdpath; member in class:RBTestDataModule
/macosx-10.10.1/ICU-531.30/icuSources/test/iotest/
H A Diotest.cpp132 char* tdpath=NULL; local
143 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
149 strcpy(tdpath, directory);
150 strcat(tdpath, tdrelativepath);
151 strcat(tdpath,"testdata");
153 test=ures_open(tdpath, "testtypes", &err);
157 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
161 fgTestDataPath = tdpath;
/macosx-10.10.1/ICU-531.30/icuSources/tools/ctestfw/
H A Dtstdtmod.cpp116 uprv_free(tdpath);
124 tdpath(NULL)
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dintltest.cpp1550 char* tdpath=NULL; local
1561 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
1567 strcpy(tdpath, directory);
1568 strcat(tdpath, tdrelativepath);
1569 strcat(tdpath,"testdata");
1571 test=ures_open(tdpath, "testtypes", &err);
1575 it_dataerrln((UnicodeString)"Could not load testtypes.res in testdata bundle with path " + tdpath + (UnicodeString)" - " + u_errorName(err));
1579 _testDataPath = tdpath;

Completed in 304 milliseconds