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

/haiku-fatelf/src/bin/network/wget/lib/
H A Dwctype.in.h79 # undef iswdigit macro
94 # define iswdigit rpl_iswdigit macro
130 iswdigit (wint_t wc) function
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dwctype.in.h72 # undef iswdigit macro
107 iswdigit (__wctype_wint_t wc) function
/haiku-fatelf/src/bin/coreutils/lib/
H A Dwctype.in.h86 # undef iswdigit macro
103 # define iswdigit rpl_iswdigit macro
141 iswdigit (wint_t wc) function
H A Dmbchar.h224 #define mb_isdigit(mbc) ((mbc).wc_valid && iswdigit ((mbc).wc))
/haiku-fatelf/headers/posix/
H A Dwctype.h21 extern int iswdigit(wint_t wc);
/haiku-fatelf/src/libs/ncurses/form/
H A Dfty_int.c18 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c)))
H A Dfty_num.c28 #define isDigit(c) (iswdigit((wint_t)(c)) || isdigit(UChar(c)))
/haiku-fatelf/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-fatelf/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-fatelf/src/system/libroot/posix/locale/
H A Dwctype.cpp67 iswdigit(wint_t wc) function
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dtrio.c156 # define iswdigit(x) isdigit(x) macro
/haiku-fatelf/src/system/libroot/posix/glibc/stdlib/
H A Dstrtod.c110 # define ISDIGIT(Ch) iswdigit (Ch)
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dlocale_test.cpp1138 if (iswdigit(i))

Completed in 144 milliseconds