Searched refs:n1 (Results 1 – 1 of 1) sorted by relevance
/wcsmbs/ |
A D | tst-c16c32-1.c | 25 size_t n1 = c32rtomb (buf, c32, NULL); in do_test() local 26 if (n1 <= 0) in do_test() 34 size_t n2 = mbrtoc32 (&c32out, buf, n1, NULL); in do_test() 41 if (n2 != n1) in do_test() 44 (uint32_t) c32, n2, n1); in do_test() 55 size_t n3 = mbrtoc16 (&c16, buf, n1, NULL); in do_test() 56 if (n3 != n1) in do_test() 98 n3 = mbrtoc16 (&c16_nul, buf, n1, NULL); in do_test() 116 if (n5 != n1) in do_test() 119 (uint32_t) c32, n5, n1); in do_test()
|
Completed in 4 milliseconds