Searched defs:UFILE (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/io/unicode/
H A Dustdio.h39 * Each UFILE takes up at least 2KB.
188 UFILE *out = u_finit(stdout, NULL, NULL);
207 typedef struct UFILE UFILE; typedef in typeref:struct:UFILE
221 * Open a UFILE.
222 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
223 * That is, data written to a UFILE will be formatted using the conventions
224 * specified by that UFILE's Locale; this data will be in the character set
225 * specified by that UFILE's codepage.
227 * @param perm The read/write permission for the UFILE; on
[all...]
/external/icu4c/io/
H A Dufile.h33 /* A UFILE */
57 struct UFILE { struct
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 *
[all...]

Completed in 124 milliseconds