__isctype_wl
return __isctype_wl(c, _RUNETYPE_C, locale);
return __isctype_wl(c, _RUNETYPE_D, locale);
return __isctype_wl(c, _RUNETYPE_G, locale);
return __isctype_wl(c, _RUNETYPE_L, locale);
return __isctype_wl(c, _RUNETYPE_R, locale);
return __isctype_wl(c, _RUNETYPE_P, locale);
return __isctype_wl(c, _RUNETYPE_S, locale);
return __isctype_wl(c, _RUNETYPE_U, locale);
return __isctype_wl(c, _RUNETYPE_X, locale);
return __isctype_wl(c, ((_WCTypeEntry *)charclass)->te_mask, locale);
static int __isctype_wl(wint_t, _RuneType, locale_t);
return __isctype_wl(c, _RUNETYPE_A|_RUNETYPE_D, locale);
return __isctype_wl(c, _RUNETYPE_A, locale);
return __isctype_wl(c, _RUNETYPE_B, locale);