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

/external/icu/icu4c/source/io/unicode/
H A Dustdio.h44 * Each UFILE takes up at least 2KB.
193 UFILE *out = u_finit(stdout, NULL, NULL);
212 typedef struct UFILE UFILE; typedef in typeref:struct:UFILE
226 * Open a UFILE.
227 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
228 * That is, data written to a UFILE will be formatted using the conventions
229 * specified by that UFILE's Locale; this data will be in the character set
230 * specified by that UFILE's codepage.
232 * @param perm The read/write permission for the UFILE; on
[all...]
/external/icu/icu4c/source/io/
H A Dufile.h40 /* A UFILE */
64 struct UFILE { struct
88 UFILE *f,
93 * Fill a UFILE's buffer with converted codepage data.
94 * @param f The UFILE containing the buffer to fill.
97 ufile_fill_uchar_buffer(UFILE *f);
101 * @param f The UFILE containing the characters.
106 ufile_getch(UFILE *f, UChar *ch);
110 * @param f The UFILE containing the characters.
115 ufile_getch32(UFILE *
[all...]

Completed in 109 milliseconds