Searched defs:tdpath (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtstdtmod.h108 char *tdpath; member in class:RBTestDataModule
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c540 char* tdpath=NULL; local
550 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
559 strcpy(tdpath, directory);
560 strcat(tdpath, tdrelativepath);
561 strcat(tdpath,"testdata");
564 test=ures_open(tdpath, "testtypes", err);
569 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err));
573 _testDataPath = tdpath;
/external/icu/icu4c/source/test/iotest/
H A Diotest.cpp135 char* tdpath=NULL; local
146 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
152 strcpy(tdpath, directory);
153 strcat(tdpath, tdrelativepath);
154 strcat(tdpath,"testdata");
156 test=ures_open(tdpath, "testtypes", &err);
160 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err));
164 fgTestDataPath = tdpath;
/external/icu/icu4c/source/test/intltest/
H A Dintltest.cpp1588 char* tdpath=NULL; local
1599 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
1605 strcpy(tdpath, directory);
1606 strcat(tdpath, tdrelativepath);
1607 strcat(tdpath,"testdata");
1609 test=ures_open(tdpath, "testtypes", &err);
1613 it_dataerrln((UnicodeString)"Could not load testtypes.res in testdata bundle with path " + tdpath + (UnicodeString)" - " + u_errorName(err));
1617 _testDataPath = tdpath;

Completed in 504 milliseconds