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

/netbsd-current/lib/libc/citrus/modules/
H A Dcitrus_mskanji.c335 if ((_wc_t)wc < 0x80) {
339 } else if ((_wc_t)wc < 0x100) {
377 row = ((_wc_t)wc >> 8) & 0xFF;
378 col = (_wc_t)wc & 0xFF;
386 if ((_wc_t)wc <= 0xF49E) {
387 offset = (_wc_t)wc >= 0xF29F ||
388 ((_wc_t)wc >= 0xF09F && (_wc_t)wc <= 0xF0FC)
H A Dcitrus_utf1632.c435 _wc_t wc)
449 _wc_t * __restrict wc,
458 *wc = (_wc_t)idx;
H A Dcitrus_iconv_std.c125 char *s, size_t n, _wc_t wc, size_t *nresult)
/netbsd-current/lib/libc/citrus/
H A Dcitrus_none.c512 _wc_t * __restrict pwc,
530 *pwc = (_wc_t)(unsigned char) **s;
540 _wc_t wc, void * __restrict pspriv,
H A Dcitrus_namespace.h235 #define _wc_t _citrus_wc_t macro

Completed in 119 milliseconds