OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fFile
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/io/
ufile.h
62
FILE *
fFile
; /* the actual filesystem interface */
70
UBool fOwnFile; /* TRUE if
fFile
should be closed */
/external/icu4c/test/letest/
PortableFontInstance.h
31
FILE *
fFile
;
/external/icu4c/test/perf/ubrkperf/
ubrkperfold.cpp
481
FILE *
fFile
;
503
fFile
= fopen(fName, "rb");
505
if (
fFile
== NULL) {
514
BOMC1 = fgetc(
fFile
);
515
BOMC2 = fgetc(
fFile
);
521
else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(
fFile
)) == 0xBF ) {
534
fclose(
fFile
);
545
cL = fgetc(
fFile
);
546
cH = fgetc(
fFile
);
557
cH = fgetc(
fFile
);
[
all
...]
/external/icu4c/test/perf/collationperf/
collperf.cpp
[
all
...]
Completed in 103 milliseconds