Searched refs:puc (Results 1 – 1 of 1) sorted by relevance
3561 u16_mbtouc (wint_t * puc, const unsigned short * s, unsigned int n) in u16_mbtouc() argument3563 u16_mbtouc (wchar_t * puc, const unsigned short * s, unsigned int n) in u16_mbtouc()3570 *puc = c; in u16_mbtouc()3580 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); in u16_mbtouc()3587 *puc = 0xfffd; in u16_mbtouc()3593 *puc = 0xfffd; in u16_mbtouc()