Searched refs:c32 (Results 1 – 6 of 6) sorted by relevance
/glibc-2.36/wcsmbs/ |
D | tst-c16c32-1.c | 18 char32_t c32 = 48; in do_test() local 21 if (c32 >= 0xd800 && c32 <= 0xe000) in do_test() 25 size_t n1 = c32rtomb (buf, c32, NULL); in do_test() 28 printf ("c32rtomb for U'\\x%" PRIx32 "' failed\n", (uint32_t) c32); in do_test() 37 printf ("mbrtoc32 for U'\\x%" PRIx32 "' failed\n", (uint32_t) c32); in do_test() 44 (uint32_t) c32, n2, n1); in do_test() 47 else if (c32out != c32) in do_test() 50 (uint32_t) c32, (uint32_t) c32out); in do_test() 59 (uint32_t) c32); in do_test() 63 if (c32 < 0x10000) in do_test() [all …]
|
D | tst-c32-state.c | 30 char32_t c32 = 0; in do_test() local 33 ret = mbrtoc32 (&c32, buf, 1, NULL); in do_test() 38 ret = mbrtoc32 (&c32, buf + 1, 1, NULL); in do_test() 40 TEST_COMPARE (c32, 0xff); in do_test()
|
D | c32rtomb.c | 27 c32rtomb (char *s, char32_t c32, mbstate_t *ps) in c32rtomb() argument 31 return wcrtomb (s, c32, ps); in c32rtomb()
|
D | Makefile | 54 tst-wcstod-nan-sign tst-c16-surrogate tst-c32-state \ 75 $(objpfx)tst-c32-state.out: $(gen-locales)
|
/glibc-2.36/scripts/ |
D | config.guess | 834 then echo c32-convex-bsd
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.19 | 12191 * wcsmbs/tst-c32-state.c: Likewise. 12195 (tests): Add tst-c32-state. 12196 [$(run-built-tests) = yes] ($(objpfx)tst-c32-state.out): Depend on
|