Home
last modified time | relevance | path

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

/iconvdata/
A Dbug-iconv12.c169 #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()
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()
204 RUN_UTF16_INPUT (0xDB, 0xFF, 0xDF, 0xFF, 4, 0, __LINE__); in do_test()
208 RUN_UTF16_INPUT (0xDC, 0x0, 0x0, 0x0, 2, EILSEQ, __LINE__); in do_test()
210 RUN_UTF16_INPUT (0xD8, 0x0, 0xDC, 0x0, 4, 0, __LINE__); in do_test()
219 RUN_UTF16_INPUT (0xDB, 0xFF, 0xDF, 0xFF, 4, 0, __LINE__); in do_test()
[all …]

Completed in 3 milliseconds