Home
last modified time | relevance | path

Searched refs:fFile (Results 1 – 9 of 9) sorted by relevance

/external/icu4c/io/
Dufile.c59 result->fFile = &__iob_func()[_fileno(f)]; in finit_owner()
61 result->fFile = &_iob[_fileno(f)]; in finit_owner()
67 result->fFile = f; in finit_owner()
184 if (f->fFile != NULL) { in u_feof()
185 return endOfBuffer && feof(f->fFile); in u_feof()
195 if (file->fFile) { in u_fflush()
196 fflush(file->fFile); in u_fflush()
209 if (file->fFile) { in u_frewind()
210 rewind(file->fFile); in u_frewind()
227 fclose(file->fFile); in u_fclose()
[all …]
Dustdio.c244 if((!f) || (!f->fFile)) { in ufile_flush_io()
334 if (!f->fFile) { in u_file_write_flush()
377 f->fFile); in u_file_write_flush()
414 if (f->fFile == NULL) { in ufile_fill_uchar_buffer()
442 char *retStr = fgets(charBuffer, ufmt_min(maxCPBytes, UFILE_CHARBUFFER_SIZE), f->fFile); in ufile_fill_uchar_buffer()
450 f->fFile); in ufile_fill_uchar_buffer()
468 (UBool)(feof(f->fFile) != 0), in ufile_fill_uchar_buffer()
Dufile.h62 FILE *fFile; /* the actual filesystem interface */ member
Dsscanf.c105 inStr.fFile = NULL; in u_vsscanf_u()
/external/icu4c/test/letest/
DPortableFontInstance.cpp68 …: fFile(NULL), fPointSize(pointSize), fUnitsPerEM(0), fFontChecksum(0), fAscent(0), fDescent(0), f… in PortableFontInstance()
76 fFile = fopen(fileName, "rb"); in PortableFontInstance()
78 if (fFile == NULL) { in PortableFontInstance()
86 fread(&tempDir, sizeof tempDir, 1, fFile); in PortableFontInstance()
103 fseek(fFile, 0L, SEEK_SET); in PortableFontInstance()
104 fread((void *) fDirectory, sizeof(char), dirSize, fFile); in PortableFontInstance()
167 fclose(fFile); in PortableFontInstance()
168 fFile = NULL; in PortableFontInstance()
174 if (fFile != NULL) { in ~PortableFontInstance()
175 fclose(fFile); in ~PortableFontInstance()
[all …]
DPortableFontInstance.h31 FILE *fFile;
/external/icu4c/test/perf/ubrkperf/
Dubrkperfold.cpp481 FILE *fFile; member in UCharFile
503 fFile = fopen(fName, "rb"); in UCharFile()
505 if (fFile == NULL) { in UCharFile()
514 BOMC1 = fgetc(fFile); in UCharFile()
515 BOMC2 = fgetc(fFile); in UCharFile()
521 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) { in UCharFile()
534 fclose(fFile); in ~UCharFile()
545 cL = fgetc(fFile); in get()
546 cH = fgetc(fFile); in get()
557 cH = fgetc(fFile); in get()
[all …]
/external/icu4c/test/perf/howExpensiveIs/
DhowExpensiveIs.cpp147 …HowExpensiveTest(const char *name, const char *file, int32_t line) : fName(name), fFile(file), fLi… in HowExpensiveTest()
183 const char *fFile; member in HowExpensiveTest
193 fprintf(stderr, "%s:%d:\t%s\n", t.fFile, t.fLine, t.getName()); in runTestOn()
197 fprintf(stderr, "%s:%d: Running: %s\n", t.fFile, t.fLine, t.getName()); in runTestOn()
261 const char *fFile; member in NumTest
289 fFile(FILE), in NumTest()
303 fFile,fLine,getName(),trial,fExpect); in warmup()
389 const char *fFile; member in NumFmtTest
417 fFile(FILE), in NumFmtTest()
436 fFile,fLine,getName(),strBuf,fCStr, u_errorName(setupStatus)); in warmup()
[all …]
/external/icu4c/test/perf/collationperf/
Dcollperf.cpp1219 FILE *fFile; member in UCharFile
1232 fFile = fopen(fName, "rb"); in UCharFile()
1234 if (fFile == NULL) { in UCharFile()
1243 BOMC1 = fgetc(fFile); in UCharFile()
1244 BOMC2 = fgetc(fFile); in UCharFile()
1250 else if (BOMC1 == 0xEF && BOMC2 == 0xBB && (BOMC3 = fgetc(fFile)) == 0xBF ) { in UCharFile()
1263 fclose(fFile); in ~UCharFile()
1274 cL = fgetc(fFile); in get()
1275 cH = fgetc(fFile); in get()
1286 cH = fgetc(fFile); in get()
[all …]