Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
DpeXXigen.c3495 u16_mbtouc (wint_t * puc, const unsigned short * s, unsigned int n) in u16_mbtouc() argument
3497 u16_mbtouc (wchar_t * puc, const unsigned short * s, unsigned int n) in u16_mbtouc()
3504 *puc = c; in u16_mbtouc()
3514 *puc = 0x10000 + ((c - 0xd800) << 10) + (s[1] - 0xdc00); in u16_mbtouc()
3521 *puc = 0xfffd; in u16_mbtouc()
3527 *puc = 0xfffd; in u16_mbtouc()