Home
last modified time | relevance | path

Searched refs:out (Results 1 – 9 of 9) sorted by relevance

/iconvdata/
A Dbug-iconv14.c38 outbuf = out; in with_escape_sequence()
39 outleft = sizeof (out); in with_escape_sequence()
51 outbuf = out; in with_escape_sequence()
52 outleft = sizeof (out); in with_escape_sequence()
62 outbuf = out; in with_escape_sequence()
63 outleft = sizeof (out); in with_escape_sequence()
87 outbuf = out; in with_flush()
88 outleft = sizeof (out); in with_flush()
99 outbuf = out; in with_flush()
100 outleft = sizeof (out); in with_flush()
[all …]
A Dtst-table-from.c120 if (out[0] < 0x80) in utf8_decode()
125 else if (out[0] >= 0xc0 && out[0] < 0xe0 && outlen >= 2) in utf8_decode()
127 sprintf (p, "0x%04X", ((out[0] & 0x1f) << 6) + (out[1] & 0x3f)); in utf8_decode()
130 else if (out[0] >= 0xe0 && out[0] < 0xf0 && outlen >= 3) in utf8_decode()
133 + ((out[1] & 0x3f) << 6) + (out[2] & 0x3f)); in utf8_decode()
136 else if (out[0] >= 0xf0 && out[0] < 0xf8 && outlen >= 4) in utf8_decode()
140 + ((out[2] & 0x3f) << 6) + (out[3] & 0x3f)); in utf8_decode()
143 else if (out[0] >= 0xf8 && out[0] < 0xfc && outlen >= 5) in utf8_decode()
148 + ((out[3] & 0x3f) << 6) + (out[4] & 0x3f)); in utf8_decode()
151 else if (out[0] >= 0xfc && out[0] < 0xfe && outlen >= 6) in utf8_decode()
[all …]
A Dbug-iconv15.c30 char out[1]; in do_test() local
31 char *outbuf = out; in do_test()
32 size_t outleft = sizeof (out); in do_test()
45 TEST_VERIFY (outbuf == out); in do_test()
46 TEST_VERIFY (outleft == sizeof (out)); in do_test()
52 TEST_VERIFY (outbuf == out); in do_test()
53 TEST_VERIFY (outleft == sizeof (out)); in do_test()
A Dbug-iconv1.c18 char out[outbufsize]; in main() local
19 char *out_p = out; in main()
35 printf (" %02x", (unsigned char) out[i]); in main()
39 return outbufsize - outleft != 9 || memcmp (out, exp, 9) != 0; in main()
A Dbug-iconv9.c23 char *out = outbuf; in do_test() local
27 size_t n = iconv (h, &in, &inlen, &out, &outlen); in do_test()
45 if (out - outbuf != sizeof (expected) - 1 in do_test()
49 for (size_t i = 0; i < out - outbuf; ++i) in do_test()
A Dbug-iconv8.c11 char out[256]; in do_test() local
20 outbuf = out; in do_test()
21 outbytesleft = sizeof (out); in do_test()
A DMakefile185 iconv-test.out iconv-rules tst-loading.mtrace \
186 mtrace-tst-loading.out tst-tables.out iconv-test.xxx
214 { echo $(filter-out lib%, $(modules)); \
276 tests-special += $(objpfx)iconv-test.out $(objpfx)tst-tables.out
278 tests-special += $(objpfx)mtrace-tst-loading.out
291 $(objpfx)bug-iconv6.out: $(gen-locales)
292 $(objpfx)tst-iconv7.out: $(gen-locales)
307 $(objpfx)mtrace-tst-loading.out: $(objpfx)tst-loading.out
334 $(objpfx)iconv-test.out: run-iconv-test.sh \
343 $(objpfx)tst-tables.out: tst-tables.sh \
[all …]
A Dextra-module.mk2 extra-modules-left := $(strip $(filter-out $(mod),$(extra-modules-left)))
/iconvdata/testdata/
A Dsuntzus101 20. Hold out baits to entice the enemy. Feign disorder,
480 20. By holding out baits, he keeps him on the march;
517 if well supplied with food, he can starve him out;
608 so as to find out his vulnerable spots.
841 constantly engaged; hold out specious allurements,
970 25. When the light chariots come out first and take
1318 28. On the day they are ordered out to battle,
1440 He carries out his own secret designs, keeping his
1500 2. In order to carry out an attack, we must have
1515 6. (1) When fire breaks out inside to enemy's camp,
[all …]

Completed in 9 milliseconds