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

/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c538 char* tdpath=NULL; local
548 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
557 strcpy(tdpath, directory);
558 strcat(tdpath, tdrelativepath);
559 strcat(tdpath,"testdata");
562 test=ures_open(tdpath, "testtypes", err);
567 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err));
571 _testDataPath = tdpath;
H A Dnucnvtst.c1250 char* tdpath = NULL;
1255 tdpath = (char*) malloc(sizeof(char) * (len * 2));
1258 uprv_strcpy(tdpath,directory);
1259 index=strrchr(tdpath,(char)U_FILE_SEP_CHAR);
1261 if((unsigned int)(index-tdpath) != (strlen(tdpath)-1)){
1264 u_setDataDirectory(tdpath);
1265 log_verbose("ICU data directory is set to: %s \n" ,tdpath);
1328 free(tdpath);
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtstdtmod.h106 char *tdpath; member in class:RBTestDataModule
/external/icu/icu4c/source/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;
/external/icu/icu4c/source/tools/ctestfw/
H A Dtstdtmod.cpp116 uprv_free(tdpath);
124 tdpath(NULL)
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1557 char* tdpath=NULL; local
1568 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
1574 strcpy(tdpath, directory);
1575 strcat(tdpath, tdrelativepath);
1576 strcat(tdpath,"testdata");
1578 test=ures_open(tdpath, "testtypes", &err);
1582 it_dataerrln((UnicodeString)"Could not load testtypes.res in testdata bundle with path " + tdpath + (UnicodeString)" - " + u_errorName(err));
1586 _testDataPath = tdpath;

Completed in 148 milliseconds