Searched refs:thefile (Results 1 – 1 of 1) sorted by relevance
254 icu::CharString thefile; in main() local256 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()