Searched refs:iswspace (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/posix/
H A Dwctype.h27 extern int iswspace(wint_t wc);
/haiku/headers/cpp/std/
H A Dstraits.h148 static bool is_del(char_type a) { return iswspace(a); }
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h131 `iswpunct', or `iswspace' is true. */
142 `iswspace' is false. */
147 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
154 locale-specific et of wide characters for which neither `iswspace'
161 extern int iswspace (wint_t __wc) __THROW;
165 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
250 `iswpunct', or `iswspace' is true. */
261 `iswspace' is false. */
266 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
273 locale-specific et of wide characters for which neither `iswspace'
[all...]
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp107 iswspace(wint_t wc) function
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtol.c179 # define ISSPACE(Ch) iswspace (Ch)
H A Dstrtod.c109 # define ISSPACE(Ch) iswspace (Ch)
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfscanf.c86 # define ISSPACE(Ch) iswspace (Ch)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1977 void iswspace() {} function
H A Dlibroot_stubs_legacy.c1944 void iswspace() {} function
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1142 if (iswspace(i))

Completed in 147 milliseconds