Searched refs:RUN_UTF16_INPUT (Results 1 – 1 of 1) sorted by relevance
/glibc-2.36/iconvdata/ |
D | bug-iconv12.c | 169 #define RUN_UTF16_INPUT(b0, b1, b2, b3, len, err, line) \ in do_test() macro 188 RUN_UTF16_INPUT (0xD7, 0xFF, 0xD7, 0xFF, 4, 0, __LINE__); in do_test() 192 RUN_UTF16_INPUT (0xD8, 0x0, 0x0, 0x0, 2, EINVAL, __LINE__); in do_test() 193 RUN_UTF16_INPUT (0xD8, 0x0, 0xD7, 0xFF, 4, EILSEQ, __LINE__); in do_test() 194 RUN_UTF16_INPUT (0xD8, 0x0, 0xD8, 0x0, 4, EILSEQ, __LINE__); in do_test() 195 RUN_UTF16_INPUT (0xD8, 0x0, 0xE0, 0x0, 4, EILSEQ, __LINE__); in do_test() 196 RUN_UTF16_INPUT (0xD8, 0x0, 0xDC, 0x0, 4, 0, __LINE__); in do_test() 200 RUN_UTF16_INPUT (0xDB, 0xFF, 0x0, 0x0, 2, EINVAL, __LINE__); in do_test() 201 RUN_UTF16_INPUT (0xDB, 0xFF, 0xD7, 0xFF, 4, EILSEQ, __LINE__); in do_test() 202 RUN_UTF16_INPUT (0xDB, 0xFF, 0xDB, 0xFF, 4, EILSEQ, __LINE__); in do_test() [all …]
|