Searched refs:iswctype_l (Results 1 - 5 of 5) sorted by path

/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h304 extern int iswctype_l (wint_t __wc, wctype_t __desc, __locale_t __locale)
/haiku/headers/posix/
H A Dwctype.h44 extern int iswctype_l(wint_t wc, wctype_t desc, locale_t locale);
/haiku/src/system/libroot/posix/locale/
H A Dwctype_l.cpp24 iswctype_l(wint_t wc, wctype_t charClass, locale_t l) function
42 return iswctype_l(wc, _ISalnum, locale);
49 return iswctype_l(wc, _ISalpha, locale);
56 return iswctype_l(wc, _ISblank, locale);
63 return iswctype_l(wc, _IScntrl, locale);
70 return iswctype_l(wc, _ISdigit, locale);
77 return iswctype_l(wc, _ISgraph, locale);
84 return iswctype_l(wc, _ISlower, locale);
91 return iswctype_l(wc, _ISprint, locale);
98 return iswctype_l(w
[all...]
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1966 void iswctype_l() {} function
H A Dlibroot_stubs_legacy.c1933 void iswctype_l() {} function

Completed in 107 milliseconds