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

1 2

  /external/icu/icu4c/source/io/
ufile.h 9 * File ufile.h
36 /* A UFILE */
60 struct UFILE {
84 UFILE *f,
89 * Fill a UFILE's buffer with converted codepage data.
90 * @param f The UFILE containing the buffer to fill.
93 ufile_fill_uchar_buffer(UFILE *f);
97 * @param f The UFILE containing the characters.
102 ufile_getch(UFILE *f, UChar *ch);
106 * @param f The UFILE containing the characters
    [all...]
ufile.c 9 * File ufile.c
33 #include "ufile.h"
46 static UFILE*
54 UFILE *result;
58 result = (UFILE*) uprv_malloc(sizeof(UFILE));
63 uprv_memset(result, 0, sizeof(UFILE));
127 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 */
135 U_CAPI UFILE* U_EXPORT2
143 U_CAPI UFILE* U_EXPORT2 /* U_CAPI ... U_EXPORT2 added by Peter Kirk 17 Nov 2001 *
    [all...]
uprintf.cpp 36 #include "ufile.h"
41 static UFILE *gStdOut = NULL;
60 U_CAPI UFILE * U_EXPORT2
72 return u_file_write(str, count, (UFILE *)context);
81 UFILE *output = (UFILE *)context;
111 u_fprintf( UFILE *f,
138 u_fprintf_u( UFILE *f,
165 u_vfprintf( UFILE *f,
203 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 27 #include "ufile.h"
65 u_fsettransliterator(UFILE *file, UFileDirection direction,
127 static const UChar * u_file_translit(UFILE *f, const UChar *src, int32_t *count, UBool flush)
233 ufile_flush_translit(UFILE *f)
245 ufile_flush_io(UFILE *f)
256 ufile_close_translit(UFILE *f)
284 UFILE *f)
293 UFILE *f)
310 UFILE *f,
395 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...]
Makefile.in 61 OBJECTS = locbund.o ufile.o ufmt_cmn.o uprintf.o uprntf_p.o \
io.vcxproj 253 <ClCompile Include="ufile.c" />
270 <ClInclude Include="ufile.h" />
  /external/icu/icu4c/source/io/unicode/
ustdio.h 42 * Each UFILE takes up at least 2KB.
81 * Make sure that a UFile opened with "rw" can be used after using
191 UFILE *out = u_finit(stdout, NULL, NULL);
210 typedef struct UFILE UFILE;
224 * Open a UFILE.
225 * A UFILE is a wrapper around a FILE* that is locale and codepage aware.
226 * That is, data written to a UFILE will be formatted using the conventions
227 * specified by that UFILE's Locale; this data will be in the character set
228 * specified by that UFILE's codepage
    [all...]
  /external/icu/icu4c/source/samples/case/
case.cpp 15 U_CFUNC int c_main(UFILE *out);
17 void printUnicodeString(UFILE *out, const UnicodeString &s) {
25 UFILE *out;
ucase.c 21 int c_main(UFILE *out)
  /external/autotest/cli/
user_unittest.py 24 ufile = cli_mock.create_file('user0\nuser3\nuser4\n')
25 sys.argv = ['atest', 'user1', '--ulist', ufile.name, 'user3']
30 ufile.clean()
51 ufile = cli_mock.create_file('user0\nuser3\nuser4\n')
52 sys.argv = ['atest', 'user1', '--ulist', ufile.name, 'user3',
60 ufile.clean()
130 ufile = cli_mock.create_file('user0 user1\n')
131 self.run_cmd(argv=['atest', 'user', 'list', '--ulist', ufile.name,
142 ufile.clean()
  /external/icu/icu4c/source/samples/uresb/
uresb.c 50 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/tools/genrb/
derb.cpp 46 static void printOutBundle(UFILE *out, UResourceBundle *resource, int32_t indent, const char *pname, UErrorCode *status);
47 static void printString(UFILE *out, const UChar *str, int32_t len);
48 static void printCString(UFILE *out, const char *str, int32_t len);
49 static void printIndent(UFILE *out, int32_t indent);
50 static void printHex(UFILE *out, uint8_t what);
69 static UFILE *ustderr = NULL;
238 UFILE *out = NULL;
357 static void printString(UFILE *out, const UChar *str, int32_t len) {
361 static void printCString(UFILE *out, const char *str, int32_t len) {
369 static void printIndent(UFILE *out, int32_t indent)
    [all...]
  /external/icu/icu4c/source/test/iotest/
trnstst.c 18 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");
filetst.c 29 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 *myFile = NULL
    [all...]
strtst.c 254 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);
  /external/icu/icu4c/source/samples/dtitvfmtsample/
dtitvfmtsample.cpp 24 UFILE *out = u_finit(stdout, NULL, "UTF-8");
86 UFILE *out = u_finit(stdout, NULL, "UTF-8");
  /external/icu/icu4c/source/samples/dtptngsample/
dtptngsample.cpp 41 UFILE* f = u_fopen(filename, "w", NULL,"UTF-8");
121 UFILE *out = u_finit(stdout, NULL, "UTF-8");
  /external/icu/icu4c/source/samples/citer/
citer.cpp 18 static UFILE *out;
  /external/icu/icu4c/source/samples/ufortune/
ufortune.c 65 UFILE *u_stdout; /* Unicode stdout file. */
  /external/ppp/pppd/
auth.c 414 FILE *ufile; local
431 ufile = fopen(fname, "r");
434 if (ufile == NULL) {
438 check_access(ufile, fname);
442 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL
443 || fgets(p, MAXSECRETLEN - 1, ufile) == NULL) {
444 fclose(ufile);
448 fclose(ufile);
    [all...]

Completed in 193 milliseconds

1 2