Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp29 iswctype(wint_t wc, wctype_t charClass) in iswctype() function
46 return iswctype(wc, _ISalnum); in iswalnum()
53 return iswctype(wc, _ISalpha); in iswalpha()
60 return iswctype(wc, _ISblank); in iswblank()
67 return iswctype(wc, _IScntrl); in iswcntrl()
74 return iswctype(wc, _ISdigit); in iswdigit()
81 return iswctype(wc, _ISgraph); in iswgraph()
88 return iswctype(wc, _ISlower); in iswlower()
95 return iswctype(wc, _ISprint); in iswprint()
102 return iswctype(wc, _ISpunct); in iswpunct()
[all …]
/haiku/src/tests/system/libroot/posix/
H A Dtest_wctype.c27 if ((is##test (ch) == 0) != (iswctype (ch, bit_##test) == 0)) { \
/haiku/headers/posix/
H A Dwctype.h21 extern int iswctype(wint_t wc, wctype_t desc);
/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c144 if (iswctype(k, wctype(buf)) || in match_bracket()
145 iswctype(kfold, wctype(buf))) in match_bracket()
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h190 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h164 # define __iswctype iswctype
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1941 void iswctype() {} in iswctype() function
H A Dlibroot_stubs.c1972 void iswctype() {} in iswctype() function