Home | History | Annotate | Download | only in io

Lines Matching defs:UFILE

9  * File ufile.h
33 /* A UFILE */
57 struct UFILE {
81 UFILE *f,
86 * Fill a UFILE's buffer with converted codepage data.
87 * @param f The UFILE containing the buffer to fill.
90 ufile_fill_uchar_buffer(UFILE *f);
94 * @param f The UFILE containing the characters.
99 ufile_getch(UFILE *f, UChar *ch);
103 * @param f The UFILE containing the characters.
108 ufile_getch32(UFILE *f, UChar32 *ch);
115 ufile_close_translit(UFILE *f);
119 * @param f UFile to flush
122 ufile_flush_translit(UFILE *f);
126 * @param f UFile to flush
129 ufile_flush_io(UFILE *f);