Home
last modified time | relevance | path

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

/glibc-2.36/wcsmbs/
Dtst-c16c32-1.c18 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 …]
Dtst-c32-state.c30 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()
Dc32rtomb.c27 c32rtomb (char *s, char32_t c32, mbstate_t *ps) in c32rtomb() argument
31 return wcrtomb (s, c32, ps); in c32rtomb()
DMakefile54 tst-wcstod-nan-sign tst-c16-surrogate tst-c32-state \
75 $(objpfx)tst-c32-state.out: $(gen-locales)
/glibc-2.36/scripts/
Dconfig.guess834 then echo c32-convex-bsd
/glibc-2.36/ChangeLog.old/
DChangeLog.1912191 * wcsmbs/tst-c32-state.c: Likewise.
12195 (tests): Add tst-c32-state.
12196 [$(run-built-tests) = yes] ($(objpfx)tst-c32-state.out): Depend on