Home
last modified time | relevance | path

Searched refs:tdpath (Results 1 – 8 of 8) sorted by relevance

/third_party/icu/icu4c/source/test/cintltst/
Dcintltst.c541 char* tdpath=NULL; in loadTestData() local
554tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) + strlen(tdrelativepath)) + 10)); in loadTestData()
563 strcpy(tdpath, directory); in loadTestData()
564 strcat(tdpath, tdrelativepath); in loadTestData()
565 strcat(tdpath,"testdata"); in loadTestData()
568 test=ures_open(tdpath, "testtypes", err); in loadTestData()
573 …r("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err)… in loadTestData()
577 _testDataPath = tdpath; in loadTestData()
Dnucnvtst.c1264 char* tdpath = NULL; in TestCoverageMBCS()
1269 tdpath = (char*) malloc(sizeof(char) * (len * 2)); in TestCoverageMBCS()
1272 uprv_strcpy(tdpath,directory); in TestCoverageMBCS()
1273 index=strrchr(tdpath,(char)U_FILE_SEP_CHAR); in TestCoverageMBCS()
1275 if((unsigned int)(index-tdpath) != (strlen(tdpath)-1)){ in TestCoverageMBCS()
1278 u_setDataDirectory(tdpath); in TestCoverageMBCS()
1279 log_verbose("ICU data directory is set to: %s \n" ,tdpath); in TestCoverageMBCS()
1342 free(tdpath); in TestCoverageMBCS()
/third_party/icu/icu4c/source/test/iotest/
Diotest.cpp135 char* tdpath=NULL; in loadTestData() local
146tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100)); in loadTestData()
152 strcpy(tdpath, directory); in loadTestData()
153 strcat(tdpath, tdrelativepath); in loadTestData()
154 strcat(tdpath,"testdata"); in loadTestData()
156 test=ures_open(tdpath, "testtypes", &err); in loadTestData()
160 …r("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(err)); in loadTestData()
164 fgTestDataPath = tdpath; in loadTestData()
/third_party/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp181 uprv_free(tdpath); in ~RBTestDataModule()
189 tdpath(NULL) in RBTestDataModule()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp1612 char* tdpath=NULL; in loadTestData() local
1623tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100)); in loadTestData()
1625 if (tdpath == NULL) { in loadTestData()
1634 strcpy(tdpath, directory); in loadTestData()
1635 strcat(tdpath, tdrelativepath); in loadTestData()
1636 strcat(tdpath,"testdata"); in loadTestData()
1638 test=ures_open(tdpath, "testtypes", &err); in loadTestData()
1642 …odeString)"Could not load testtypes.res in testdata bundle with path " + tdpath + (UnicodeString)"… in loadTestData()
1646 _testDataPath = tdpath; in loadTestData()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtstdtmod.cpp181 uprv_free(tdpath); in ~RBTestDataModule()
189 tdpath(NULL) in RBTestDataModule()
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dtstdtmod.h108 char *tdpath; variable
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtstdtmod.h108 char *tdpath; variable