Lines Matching refs:c32
30 * c32rtomb(s, c32, ps)
32 * Encode the Unicode UTF-32 code unit c32, which must not be a
82 c32rtomb(char *restrict s, char32_t c32, mbstate_t *restrict ps)
85 return c32rtomb_l(s, c32, ps, _current_locale());
89 c32rtomb_l(char *restrict s, char32_t c32, mbstate_t *restrict ps,
132 c32 = L'\0';
141 if (c32 >= 0xd800 && c32 <= 0xdfff) {
161 le32enc(utf32le, c32);
178 * c32 can't be encoded in the current locale, so treat it as