Home
last modified time | relevance | path

Searched refs:relativepath (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dsprpdata.c279 const char *relativepath = NULL; in doStringPrepTest() local
285 relativepath = U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING; in doStringPrepTest()
288relativepath = ".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_S… in doStringPrepTest()
300 filename = (char*) malloc(strlen(srcdatapath)+strlen(relativepath)+strlen(txtFileName)+10 ); in doStringPrepTest()
303 strcat(filename,relativepath); in doStringPrepTest()