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

  /external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
tstdtmod.h 106 char *tdpath; member in class:RBTestDataModule
  /external/icu/icu4c/source/tools/ctestfw/unicode/
tstdtmod.h 106 char *tdpath; member in class:RBTestDataModule
  /external/chromium_org/third_party/icu/source/test/cintltst/
cintltst.c 530 char* tdpath=NULL; local
540 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
549 strcpy(tdpath, directory);
550 strcat(tdpath, tdrelativepath);
551 strcat(tdpath,"testdata");
554 test=ures_open(tdpath, "testtypes", err);
559 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err));
563 _testDataPath = tdpath;
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 132 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;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 530 char* tdpath=NULL; local
540 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
549 strcpy(tdpath, directory);
550 strcat(tdpath, tdrelativepath);
551 strcat(tdpath,"testdata");
554 test=ures_open(tdpath, "testtypes", err);
559 log_data_err("Could not load testtypes.res in testdata bundle with path %s - %s\n", tdpath, u_errorName(*err));
563 _testDataPath = tdpath;
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 132 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;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 1550 char* tdpath=NULL; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 1552 char* tdpath=NULL; local
    [all...]

Completed in 494 milliseconds