HomeSort by relevance Sort by last modified time
    Searched refs:tdpath (Results 1 - 6 of 6) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cintltst.c 540 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;
nucnvtst.c     [all...]
  /external/icu/icu4c/source/tools/ctestfw/unicode/
tstdtmod.h 108 char *tdpath; member in class:RBTestDataModule
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 135 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;
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 118 uprv_free(tdpath);
126 tdpath(NULL)
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 1588 char* tdpath=NULL; local
    [all...]

Completed in 428 milliseconds