Searched refs:tdpath (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 541 char* tdpath=NULL; in loadTestData() local 554 … tdpath = (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()
|
D | nucnvtst.c | 1264 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/ |
D | iotest.cpp | 135 char* tdpath=NULL; in loadTestData() local 146 … tdpath = (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/ |
D | tstdtmod.cpp | 181 uprv_free(tdpath); in ~RBTestDataModule() 189 tdpath(NULL) in RBTestDataModule()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | intltest.cpp | 1612 char* tdpath=NULL; in loadTestData() local 1623 … tdpath = (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/ |
D | tstdtmod.cpp | 181 uprv_free(tdpath); in ~RBTestDataModule() 189 tdpath(NULL) in RBTestDataModule()
|
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
D | tstdtmod.h | 108 char *tdpath; variable
|
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
D | tstdtmod.h | 108 char *tdpath; variable
|