Home
last modified time | relevance | path

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

/openbsd/lib/libc/locale/
H A Diswctype.c48 static inline _RuneType __runetype_w(wint_t);
54 __runetype_w(wint_t c) in __runetype_w() function
65 return (!!(__runetype_w(c) & f)); in __isctype_w()
171 return (((unsigned)__runetype_w(c) & _RUNETYPE_SWM) >> in wcwidth()