Searched refs:UFILE (Results 1 - 25 of 40) sorted by last modified time

12

/external/icu/icu4c/source/tools/genrb/
H A Dderb.c43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
44 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len);
45 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len);
46 static void printIndent(UFILE *out, UConverter *converter, int32_t indent);
47 static void printHex(UFILE *out, UConverter *converter, uint8_t what);
66 static UFILE *ustderr = NULL;
242 UFILE *out = NULL;
380 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len) {
384 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len) {
392 static void printIndent(UFILE *ou
[all...]
/external/icu/icu4c/source/io/
H A Dsscanf.c102 UFILE inStr;
H A Dufile.c42 static UFILE*
50 UFILE *result;
54 result = (UFILE*) uprv_malloc(sizeof(UFILE));
59 uprv_memset(result, 0, sizeof(UFILE));
111 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
119 U_CAPI UFILE* U_EXPORT2
127 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
133 UFILE *result;
150 U_CAPI UFILE* U_EXPORT
[all...]
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...]
H A Duprintf.c38 static UFILE *gStdOut = NULL;
49 U_CAPI UFILE * U_EXPORT2
64 return u_file_write(str, count, (UFILE *)context);
73 UFILE *output = (UFILE *)context;
103 u_fprintf( UFILE *f,
130 u_fprintf_u( UFILE *f,
157 u_vfprintf( UFILE *f,
195 u_vfprintf_u( UFILE *f,
H A Duscanf.c35 u_fscanf(UFILE *f,
50 u_fscanf_u(UFILE *f,
65 u_vfscanf(UFILE *f,
98 u_vfscanf_u(UFILE *f,
H A Duscanf.h29 u_scanf_parse(UFILE *f,
H A Duscanf_p.c284 * @param stream The UFILE to which to write output.
296 typedef int32_t (*u_scanf_handler) (UFILE *stream,
316 u_scanf_skip_leading_ws(UFILE *input,
338 u_scanf_skip_leading_positive_sign(UFILE *input,
374 u_scanf_simple_percent_handler(UFILE *input,
390 u_scanf_count_handler(UFILE *input,
414 u_scanf_double_handler(UFILE *input,
479 u_scanf_scientific_handler(UFILE *input,
576 u_scanf_scidbl_handler(UFILE *input,
666 u_scanf_integer_handler(UFILE *inpu
[all...]
H A Dustdio.c62 u_fsettransliterator(UFILE *file, UFileDirection direction,
124 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush)
230 ufile_flush_translit(UFILE *f)
242 ufile_flush_io(UFILE *f)
253 ufile_close_translit(UFILE *f)
281 UFILE *f)
290 UFILE *f)
307 UFILE *f,
392 UFILE *f)
400 ufile_fill_uchar_buffer(UFILE *
[all...]
/external/icu/icu4c/source/io/unicode/
H A Dustdio.h40 * Each UFILE takes up at least 2KB.
189 UFILE *out = u_finit(stdout, NULL, NULL);
208 typedef struct UFILE UFILE; typedef in typeref:struct: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.
228 * @param perm The read/write permission for the UFILE; on
[all...]
/external/icu/icu4c/source/samples/case/
H A Dcase.cpp15 U_CFUNC int c_main(UFILE *out);
17 void printUnicodeString(UFILE *out, const UnicodeString &s) {
25 UFILE *out;
H A Ducase.c21 int c_main(UFILE *out)
/external/icu/icu4c/source/samples/citer/
H A Dciter.cpp18 static UFILE *out;
/external/icu/icu4c/source/samples/dtitvfmtsample/
H A Ddtitvfmtsample.cpp24 UFILE *out = u_finit(stdout, NULL, "UTF-8");
86 UFILE *out = u_finit(stdout, NULL, "UTF-8");
/external/icu/icu4c/source/samples/dtptngsample/
H A Ddtptngsample.cpp41 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8");
121 UFILE *out = u_finit(stdout, NULL, "UTF-8");
/external/icu/icu4c/source/samples/ufortune/
H A Dufortune.c65 UFILE *u_stdout; /* Unicode stdout file. */
/external/icu/icu4c/source/samples/uresb/
H A Duresb.c50 static UFILE *outerr = NULL;
59 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status);
60 void printIndent(UFILE *out, int32_t indent);
61 void printHex(UFILE *out, const int8_t *what);
80 UFILE *out = NULL;
171 void printIndent(UFILE *out, int32_t indent) {
181 void printHex(UFILE *out, const int8_t *what) {
221 void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, UErrorCode *status) {
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c29 static void TestFileFromICU(UFILE *myFile) {
342 UFILE *uStdIn = NULL;
343 UFILE *uStdOut = NULL;
363 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, NULL);
441 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16");
574 UFILE *myFile = u_fopen(STANDARD_TEST_FILE, "w", NULL, "UTF-16");
598 UFILE *myFile = NULL;
687 UFILE *myFile = NULL;
734 UFILE *myFile = NULL;
798 UFILE *myFil
[all...]
H A Dstrtst.c254 UFILE *strFile = u_fstropen(testStr, sizeof(testStr)/sizeof(testStr[0]), "en_US");
307 log_err("u_fstropen returned a UFILE* on a negative buffer size\n", numResult);
H A Dtrnstst.c18 UFILE *f;
22 log_verbose("opening a transliterator and UFILE for testing\n");
117 UFILE *f;
125 log_verbose("opening a transliterator and UFILE for testing\n");
224 UFILE *f;
230 log_verbose("opening a transliterator and UFILE for testing\n");
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dderb.c43 static void printOutBundle(UFILE *out, UConverter *converter, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
44 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len);
45 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len);
46 static void printIndent(UFILE *out, UConverter *converter, int32_t indent);
47 static void printHex(UFILE *out, UConverter *converter, uint8_t what);
66 static UFILE *ustderr = NULL;
242 UFILE *out = NULL;
380 static void printString(UFILE *out, UConverter *converter, const UChar *str, int32_t len) {
384 static void printCString(UFILE *out, UConverter *converter, const char *str, int32_t len) {
392 static void printIndent(UFILE *ou
[all...]
/external/chromium_org/third_party/icu/source/io/
H A Dsscanf.c102 UFILE inStr;
H A Dufile.c42 static UFILE*
50 UFILE *result;
54 result = (UFILE*) uprv_malloc(sizeof(UFILE));
59 uprv_memset(result, 0, sizeof(UFILE));
111 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
119 U_CAPI UFILE* U_EXPORT2
127 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
133 UFILE *result;
150 U_CAPI UFILE* U_EXPORT
[all...]
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...]
/external/chromium_org/third_party/icu/source/io/unicode/
H A Dustdio.h40 * Each UFILE takes up at least 2KB.
189 UFILE *out = u_finit(stdout, NULL, NULL);
208 typedef struct UFILE UFILE; typedef in typeref:struct: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.
228 * @param perm The read/write permission for the UFILE; on
[all...]

Completed in 4196 milliseconds

12