_wc_t
_wc_t * __restrict pwc, char ** __restrict s, size_t n,
*pwc = (_wc_t)(unsigned char) **s;
char * __restrict s, size_t n, _wc_t wc,
if ((_wc_t)wc < 0x80) {
} else if ((_wc_t)wc < 0x100) {
row = ((_wc_t)wc >> 8) & 0xFF;
col = (_wc_t)wc & 0xFF;
if ((_wc_t)wc <= 0xF49E) {
offset = (_wc_t)wc >= 0xF29F ||
((_wc_t)wc >= 0xF09F &&
(_wc_t)wc <= 0xF0FC) ? 0xED : 0xF0;
_csid_t * __restrict csid, _index_t * __restrict idx, _wc_t wc)
_wc_t * __restrict wc, _csid_t csid, _index_t idx)
*wc = (_wc_t)idx;
char *s, size_t n, _wc_t wc, size_t *nresult,