Searched refs:unidataPath (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp71 char unidataPath[2000]; local
79 strcpy(unidataPath, folder);
80 strcat(unidataPath, "unidata" U_FILE_SEP_STRING);
81 strcat(unidataPath, filename);
82 input=T_FileStream_open(unidataPath, "rb");
92 strcpy(unidataPath, folder);
93 strcat(unidataPath, U_FILE_SEP_STRING ".." U_FILE_SEP_STRING ".."
96 strcat(unidataPath, filename);
97 input=T_FileStream_open(unidataPath, "rb");
107 strcpy(unidataPath, folde
[all...]

Completed in 127 milliseconds