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

  /external/icu4c/test/cintltst/
cintltst.c 536 const char* tdrelativepath; local
538 tdrelativepath = "test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
541 tdrelativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
545 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
555 strcat(tdpath, tdrelativepath);
  /external/icu4c/test/iotest/
iotest.cpp 133 const char* tdrelativepath; local
136 tdrelativepath = "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
139 tdrelativepath = ".." U_FILE_SEP_STRING "test" U_FILE_SEP_STRING "testdata" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING;
143 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
150 strcat(tdpath, tdrelativepath);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1451 const char* tdrelativepath; local
    [all...]

Completed in 119 milliseconds