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

  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.c 509 const char* tdrelativepath; local
511 tdrelativepath = "test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
514 tdrelativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
518 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
528 strcat(tdpath, tdrelativepath);
  /external/icu4c/test/cintltst/
cintltst.c 523 const char* tdrelativepath; local
525 tdrelativepath = "test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
528 tdrelativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
532 tdpath = (char*) ctst_malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 10));
542 strcat(tdpath, tdrelativepath);
  /external/chromium/third_party/icu/source/test/iotest/
iotest.cpp 125 const char* tdrelativepath; local
128 tdrelativepath = "test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
131 tdrelativepath = ".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"out"U_FILE_SEP_STRING;
135 tdpath = (char*) malloc(sizeof(char) *(( strlen(directory) * strlen(tdrelativepath)) + 100));
142 strcat(tdpath, tdrelativepath);
    [all...]
  /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/chromium/third_party/icu/source/test/intltest/
intltest.cpp 1309 const char* tdrelativepath; local
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1335 const char* tdrelativepath; local
    [all...]

Completed in 681 milliseconds