HomeSort by relevance Sort by last modified time
    Searched defs:UFILE (Results 1 - 2 of 2) sorted by null

  /external/icu4c/io/unicode/
ustdio.h 39 * Each UFILE takes up at least 2KB.
78 * Make sure that a UFile opened with "rw" can be used after using
188 UFILE *out = u_finit(stdout, NULL, NULL);
207 typedef struct UFILE 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
    [all...]
  /external/icu4c/io/
ufile.h 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
    [all...]

Completed in 24 milliseconds