Searched refs:c16 (Results 1 – 5 of 5) sorted by relevance
54 char16_t c16; in do_test() local55 size_t n3 = mbrtoc16 (&c16, buf, n1, NULL); in do_test()65 if (c16 != c32) in do_test()68 (uint32_t) c32, (uint16_t) c16); in do_test()86 if (c32 != (((uint32_t) (c16 - 0xd7c0)) << 10) + (c16_2 - 0xdc00)) in do_test()90 (((uint32_t) (c16 - 0xd7c0)) << 10) + (c16_2 - 0xdc00)); in do_test()108 size_t n5 = c16rtomb (buf, c16, NULL); in do_test()
26 c16rtomb (char *s, char16_t c16, mbstate_t *ps) in c16rtomb() argument28 wchar_t wc = c16; in c16rtomb()
54 tst-wcstod-nan-sign tst-c16-surrogate tst-c32-state \74 $(objpfx)tst-c16-surrogate.out: $(gen-locales)
12210 * wcsmbs/tst-c16-surrogate.c: New file.12211 * wcsmbs/Makefile (tests): Add tst-c16-surrogate.c.12212 [$(run-built-tests) = yes] ($(objpfx)tst-c16-surrogate.out):
89962 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions89964 (__wcsmbs_load_conv): Do not fill in c16 routines yet.89965 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.