OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UFILE
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/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/unicode/
ustdio.h
40
* Each
UFILE
takes up at least 2KB.
79
* Make sure that a
UFile
opened with "rw" can be used after using
189
UFILE
*out = u_finit(stdout, NULL, NULL);
208
typedef struct
UFILE
UFILE
;
222
* Open a
UFILE
.
223
* A
UFILE
is a wrapper around a FILE* that is locale and codepage aware.
224
* That is, data written to a
UFILE
will be formatted using the conventions
225
* specified by that
UFILE
's Locale; this data will be in the character set
226
* specified by that
UFILE
's codepage
[
all
...]
/external/chromium_org/third_party/icu/source/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
...]
/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 599 milliseconds