Searched refs:iswctype (Results 1 – 8 of 8) sorted by relevance
/haiku/src/system/libroot/posix/locale/ |
H A D | wctype.cpp | 29 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 D | test_wctype.c | 27 if ((is##test (ch) == 0) != (iswctype (ch, bit_##test) == 0)) { \
|
/haiku/headers/posix/ |
H A D | wctype.h | 21 extern int iswctype(wint_t wc, wctype_t desc);
|
/haiku/src/system/libroot/posix/musl/regex/ |
H A D | fnmatch.c | 144 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 D | wctype.h | 190 extern int iswctype (wint_t __wc, wctype_t __desc) __THROW;
|
/haiku/src/system/libroot/posix/glibc/regex/ |
H A D | regex_internal.h | 164 # define __iswctype iswctype
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1941 void iswctype() {} in iswctype() function
|
H A D | libroot_stubs.c | 1972 void iswctype() {} in iswctype() function
|