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 524 const char* tdrelativepath; local
526 tdrelativepath = "test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
529 tdrelativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
533 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
543 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 1416 const char* tdrelativepath; local
    [all...]

Completed in 43 milliseconds