Home | History | Annotate | Download | only in icuswap

Lines Matching refs:FILE

8 *   file name:  icuswap.cpp
16 * This tool takes an ICU data file and "swaps" it, that is, changes its
19 * The modified data file is written to a new file.
60 fileSize(FILE *f) {
81 vfprintf((FILE *)context, fmt, args);
93 " Read the input file, swap its platform properties according\n"
94 " to the -t or --type option, and write the result to the output file.\n"
105 FILE *in, *out;
165 /* open the input file, get its length, allocate memory for it, read the file */
168 fprintf(stderr, "%s: unable to open input file \"%s\"\n", pname, argv[1]);
175 fprintf(stderr, "%s: empty input file \"%s\"\n", pname, argv[1]);
256 fprintf(stderr, "%s: unable to open output file \"%s\"\n", pname, argv[2]);
398 * but then the length of the data file would change more significantly,