Searched refs:pc16 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/lib/libc/locale/
H A Dmbrtoc16.c39 mbrtoc16_l(char16_t * __restrict pc16, const char * __restrict s, size_t n, argument
54 * pointer, the value of parameter pc16 is also ignored.
56 if (pc16 == NULL || s == NULL) {
63 *pc16 = cs->trail_surrogate;
72 *pc16 = c32;
76 *pc16 = 0xd800 | (c32 >> 10);
84 mbrtoc16(char16_t * __restrict pc16, const char * __restrict s, size_t n, argument
88 return (mbrtoc16_l(pc16, s, n, ps, __get_locale()));

Completed in 179 milliseconds