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

/haiku/headers/posix/
H A Dwctype.h22 extern int iswdigit(wint_t wc);
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.c51 # define ISDIGIT(Ch) iswdigit (Ch)
H A Dprintf-prs.c54 # define ISDIGIT(Ch) iswdigit (Ch)
H A Dvfscanf.c87 # define ISDIGIT(Ch) iswdigit (Ch)
/haiku/src/system/libroot/posix/glibc/wctype/
H A Dwctype.h124 /* Test for any wide character for which `iswalpha' or `iswdigit' is
130 wide-characters for which none of `iswcntrl', `iswdigit',
139 extern int iswdigit (wint_t __wc) __THROW;
147 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
165 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
243 /* Test for any wide character for which `iswalpha' or `iswdigit' is
249 wide-characters for which none of `iswcntrl', `iswdigit',
266 none of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
284 of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true. */
/haiku/src/system/libroot/posix/locale/
H A Dwctype.cpp72 iswdigit(wint_t wc) function
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c110 # define ISDIGIT(Ch) iswdigit (Ch)
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1967 void iswdigit() {} function
H A Dlibroot_stubs_legacy.c1934 void iswdigit() {} function
/haiku/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1138 if (iswdigit(i))

Completed in 193 milliseconds