Searched refs:RUN_UCS4_UTF32_INPUT (Results 1 – 1 of 1) sorted by relevance
/iconvdata/ |
A D | bug-iconv12.c | 123 #define RUN_UCS4_UTF32_INPUT(b0, b1, b2, b3, err, line) \ in do_test() macro 147 RUN_UCS4_UTF32_INPUT (0x0, 0x0, 0xD7, 0xFF, 0, __LINE__); in do_test() 150 RUN_UCS4_UTF32_INPUT (0x0, 0x0, 0xD8, 0x00, EILSEQ, __LINE__); in do_test() 153 RUN_UCS4_UTF32_INPUT (0x0, 0x0, 0xDB, 0xFF, EILSEQ, __LINE__); in do_test() 156 RUN_UCS4_UTF32_INPUT (0x0, 0x0, 0xDC, 0x00, EILSEQ, __LINE__); in do_test() 159 RUN_UCS4_UTF32_INPUT (0x0, 0x0, 0xDF, 0xFF, EILSEQ, __LINE__); in do_test() 162 RUN_UCS4_UTF32_INPUT (0x0, 0x0, 0xE0, 0x00, 0, __LINE__); in do_test()
|
Completed in 4 milliseconds