Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dderb.cpp254 icu::CharString thefile; in main() local
256 thefile.append(outputDir, status); in main()
258 thefile.appendPathPart(filename, status); in main()
260 thefile.truncate(thefile.length() - (int32_t)uprv_strlen(ext)); in main()
262 thefile.append(".txt", status); in main()
267 out = u_fopen(thefile.data(), "w", NULL, encoding); in main()
269 u_fprintf(ustderr, "%s: couldn't create %s\n", pname, thefile.data()); in main()