HomeSort by relevance Sort by last modified time
    Searched full:ufile (Results 1 - 25 of 49) sorted by null

1 2

  /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...]
ufile.c 9 * File ufile.c
33 #include "ufile.h"
45 static UFILE*
53 UFILE *result;
57 result = (UFILE*) uprv_malloc(sizeof(UFILE));
62 uprv_memset(result, 0, sizeof(UFILE));
114 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
122 U_CAPI UFILE* U_EXPORT2
130 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 *
    [all...]
uscanf.c 27 #include "ufile.h"
35 u_fscanf(UFILE *f,
50 u_fscanf_u(UFILE *f,
65 u_vfscanf(UFILE *f,
98 u_vfscanf_u(UFILE *f,
uprintf.c 32 #include "ufile.h"
42 return u_file_write(str, count, (UFILE *)context);
51 UFILE *output = (UFILE *)context;
81 u_fprintf( UFILE *f,
96 u_fprintf_u( UFILE *f,
111 u_vfprintf( UFILE *f,
149 u_vfprintf_u( UFILE *f,
uscanf.h 29 u_scanf_parse(UFILE *f,
ustdio.c 24 #include "ufile.h"
62 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
    [all...]
io.vcxproj.filters 30 <ClCompile Include="ufile.c">
62 <ClInclude Include="ufile.h">
sscanf.c 26 #include "ufile.h"
102 UFILE inStr;
uscanf_p.c 30 #include "ufile.h"
284 * @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
    [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...]
ufile.c 9 * File ufile.c
30 #include "ufile.h"
42 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 *
    [all...]
uprintf.c 32 #include "ufile.h"
38 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
    [all...]
uscanf.c 27 #include "ufile.h"
35 u_fscanf(UFILE *f,
50 u_fscanf_u(UFILE *f,
65 u_vfscanf(UFILE *f,
98 u_vfscanf_u(UFILE *f,
uscanf.h 29 u_scanf_parse(UFILE *f,
ustdio.c 24 #include "ufile.h"
62 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
    [all...]
io.vcxproj.filters 30 <ClCompile Include="ufile.c">
62 <ClInclude Include="ufile.h">
sscanf.c 26 #include "ufile.h"
102 UFILE inStr;
uscanf_p.c 30 #include "ufile.h"
284 * @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
    [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/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...]