Home | History | Annotate | Download | only in collationperf

Lines Matching refs:fFile

1219     FILE         *fFile;
1232 fFile = fopen(fName, "rb");
1234 if (fFile == NULL) {
1243 BOMC1 = fgetc(fFile);
1244 BOMC2 = fgetc(fFile);
1250 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) {
1263 fclose(fFile);
1274 cL = fgetc(fFile);
1275 cH = fgetc(fFile);
1286 cH = fgetc(fFile);
1287 cL = fgetc(fFile);
1303 int ch = fgetc(fFile); // Note: c and ch are separate cause eof test doesn't work on UChar type.
1332 bytes[i] = fgetc(fFile);