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

/external/icu4c/test/cintltst/
H A Dcintltst.c523 char* tdpath=NULL; local
533 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
542 strcpy(tdpath, directory);
543 strcat(tdpath, tdrelativepath);
544 strcat(tdpath,"testdata");
547 test=ures_open(tdpath, "testtypes", err);
552 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err));
556 _testDataPath = tdpath;
H A Dnucnvtst.c1263 char* tdpath = NULL;
1268 tdpath = (char*) malloc(sizeof(char) * (len * 2));
1271 uprv_strcpy(tdpath,directory);
1272 index=strrchr(tdpath,(char)U_FILE_SEP_CHAR);
1274 if((unsigned int)(index-tdpath) != (strlen(tdpath)-1)){
1277 u_setDataDirectory(tdpath);
1278 log_verbose("ICU data directory is set to: %s \n" ,tdpath);
1341 free(tdpath);
/external/icu4c/tools/ctestfw/unicode/
H A Dtstdtmod.h106 char *tdpath; member in class:RBTestDataModule
/external/icu4c/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/icu4c/tools/ctestfw/
H A Dtstdtmod.cpp116 uprv_free(tdpath);
124 tdpath(NULL)
/external/icu4c/test/intltest/
H A Dintltest.cpp1415 char* tdpath=NULL; local
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;

Completed in 143 milliseconds