Home
last modified time | relevance | path

Searched refs:in (Results 1 – 13 of 13) sorted by relevance

/iconvdata/
A Dtst-table-to.c61 unsigned char in[6]; in main() local
63 (i < 0x80 ? (in[0] = i, 1) in main()
64 : i < 0x800 ? (in[0] = 0xc0 | (i >> 6), in main()
65 in[1] = 0x80 | (i & 0x3f), 2) in main()
66 : i < 0x10000 ? (in[0] = 0xe0 | (i >> 12), in main()
67 in[1] = 0x80 | ((i >> 6) & 0x3f), in main()
68 in[2] = 0x80 | (i & 0x3f), 3) in main()
70 in[1] = 0x80 | ((i >> 12) & 0x3f), in main()
71 in[2] = 0x80 | ((i >> 6) & 0x3f), in main()
72 in[3] = 0x80 | (i & 0x3f), 4)); in main()
[all …]
A Dbug-iconv14.c31 char in[] = "\e$(O+D\e(B"; in with_escape_sequence() local
32 char *inbuf = in; in with_escape_sequence()
33 size_t inleft = strlen (in); in with_escape_sequence()
43 TEST_COMPARE (inbuf - in, strlen (in) - 3); in with_escape_sequence()
55 TEST_COMPARE (inbuf - in, strlen (in)); in with_escape_sequence()
80 char in[] = "\e$(O+D"; in with_flush() local
81 char *inbuf = in; in with_flush()
82 size_t inleft = strlen (in); in with_flush()
92 TEST_COMPARE (inbuf - in, strlen (in)); in with_flush()
A Dbug-iconv8.c10 char in[] = "\x83\xd9"; in do_test() local
18 inbuf = in; in do_test()
19 inbytesleft = sizeof (in) - 1; in do_test()
39 || inbytesleft != 2 || inbuf[0] != in[0]); in do_test()
A Dbug-iconv9.c19 char *in = (char *) inbuf; in do_test() local
27 size_t n = iconv (h, &in, &inlen, &out, &outlen); in do_test()
38 if (in != inbuf + sizeof (inbuf) - 1) in do_test()
41 in - inbuf, sizeof (inbuf) - 1); in do_test()
A Dbug-iconv15.c27 char in[] = "\x1b(I"; in do_test() local
28 char *inbuf = in; in do_test()
29 size_t inleft = sizeof (in) - 1; in do_test()
A Dbug-iconv1.c11 const char in[] = "\x41\x42\x43\xa4\xa2\xa4\xa4\xa4\xa6\xa4\xa8\xa4\xaa"; in main() local
17 char *in_p = (char *) in; in main()
23 inleft = strlen (in); in main()
A DTESTS21 # Tests for endianness dependent iconv(1) (and therefore iconv(3)) in GNU libc.
11 # The GNU C Library is distributed in the hope that it will be useful,
A Dgconv-modules10 # The GNU C Library is distributed in the hope that it will be useful,
27 # the directory the configuration file is found in.
A DTESTS1 # Available tests for iconv(1) (and therefore iconv(3)) in GNU libc.
11 # The GNU C Library is distributed in the hope that it will be useful,
/iconvdata/testdata/
A Dsuntzus215 depends whether the nation shall be in peace or in peril.
342 7. The general who is skilled in defense hides in the
455 in his onset, and prompt in his decision.
553 in his way.
676 6. If you set a fully equipped army in march in order
1283 21. Make forays in fertile country in order to supply
1356 in total ignorance.
1395 and narrow passes in front, it is hemmed-in ground.
1456 in safety.
1465 succeed in the long run in killing the commander-in-chief.
[all …]
A DWINDOWS-12582 // on purpose, in order to test that the conversion empties the bit buffer
A DWINDOWS-1258..UTF82 // on purpose, in order to test that the conversion empties the bit buffer
A DUTF-723 // on purpose, in order to test that the conversion empties the bit buffer

Completed in 16 milliseconds