Home | History | Annotate | Download | only in io

Lines Matching full:ufile

9  * File ufile.h
36 /* A UFILE */
60 struct UFILE {
84 UFILE *f,
89 * Fill a UFILE's buffer with converted codepage data.
90 * @param f The UFILE containing the buffer to fill.
93 ufile_fill_uchar_buffer(UFILE *f);
97 * @param f The UFILE containing the characters.
102 ufile_getch(UFILE *f, UChar *ch);
106 * @param f The UFILE containing the characters.
111 ufile_getch32(UFILE *f, UChar32 *ch);
118 ufile_close_translit(UFILE *f);
122 * @param f UFile to flush
125 ufile_flush_translit(UFILE *f);
129 * @param f UFile to flush
132 ufile_flush_io(UFILE *f);