Searched defs:isdigit (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/locale/
H A Dctype.cpp16 #undef isdigit macro
92 isdigit(int c) function
/haiku-fatelf/headers/posix/
H A Dctype.h66 #define isdigit(c) __isctype((c), _ISdigit) macro
/haiku-fatelf/src/add-ons/kernel/debugger/qrencode/
H A Dsplit.c39 #define isdigit(__c__) ((unsigned char)((signed char)(__c__) - '0') < 10) macro
/haiku-fatelf/src/system/libroot/posix/glibc/ctype/
H A Dctype.h94 __exctype (isdigit); variable
153 # define isdigit(c) __isctype((c), _ISdigit) macro
/haiku-fatelf/headers/private/kernel/arch/sparc/
H A Dstand.h130 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
/haiku-fatelf/src/bin/rcs/
H A Dpartime.c43 #undef isdigit macro
44 #define isdigit(c) (((unsigned)(c)-'0') <= 9) /* faster than stock */ macro
[all...]
H A Drcsbase.h336 #define isdigit(c) (((unsigned)(c)-'0') <= 9) /* faster than ctab[c]==DIGIT */ macro

Completed in 67 milliseconds