Home | History | Annotate | Download | only in collationperf

Lines Matching refs:fgetc

1243     BOMC1 = fgetc(fFile);
1244 BOMC2 = fgetc(fFile);
1250 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) {
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);