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

/openbsd-current/lib/libc/locale/
H A Diswctype_l.c51 static int __isctype_wl(wint_t, _RuneType, locale_t);
72 __isctype_wl(wint_t c, _RuneType f, locale_t locale) function
85 return __isctype_wl(c, _RUNETYPE_A|_RUNETYPE_D, locale);
91 return __isctype_wl(c, _RUNETYPE_A, locale);
97 return __isctype_wl(c, _RUNETYPE_B, locale);
103 return __isctype_wl(c, _RUNETYPE_C, locale);
109 return __isctype_wl(c, _RUNETYPE_D, locale);
115 return __isctype_wl(c, _RUNETYPE_G, locale);
121 return __isctype_wl(c, _RUNETYPE_L, locale);
127 return __isctype_wl(
[all...]

Completed in 178 milliseconds