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

  /external/icu/icu4c/source/test/cintltst/
cintltst.c 541 const char* tdrelativepath; local
543 tdrelativepath = "test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
546 tdrelativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
550 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
560 strcat(tdpath, tdrelativepath);
  /external/icu/icu4c/source/test/iotest/
iotest.cpp 136 const char* tdrelativepath; local
139 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
142 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
146 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
153 strcat(tdpath, tdrelativepath);
    [all...]
  /external/icu/icu4c/source/test/intltest/
intltest.cpp 1589 const char* tdrelativepath; local
    [all...]

Completed in 130 milliseconds