Searched refs:iswctype (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1932 void iswctype() {} function
H A Dlibroot_stubs.c1965 void iswctype() {} function
/haiku/headers/posix/
H A Dwctype.h21 extern int iswctype(wint_t wc, wctype_t desc);
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp29 iswctype(wint_t wc, wctype_t charClass) function
46 return iswctype(wc, _ISalnum);
53 return iswctype(wc, _ISalpha);
60 return iswctype(wc, _ISblank);
67 return iswctype(wc, _IScntrl);
74 return iswctype(wc, _ISdigit);
81 return iswctype(wc, _ISgraph);
88 return iswctype(wc, _ISlower);
95 return iswctype(wc, _ISprint);
102 return iswctype(w
[all...]
/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c144 if (iswctype(k, wctype(buf)) ||
145 iswctype(kfold, wctype(buf)))
/haiku/src/tests/system/libroot/posix/
H A Dtest_wctype.c27 if ((is##test (ch) == 0) != (iswctype (ch, bit_##test) == 0)) { \
28 printf("`iswctype' class `%s' test for character \\%o failed\n",\
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h117 # define __iswctype iswctype
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h190 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;

Completed in 110 milliseconds