Searched defs:isdigit (Results 1 – 14 of 14) sorted by relevance
5 static inline int isdigit(int ch) in isdigit() function
21 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
54 isdigit(int ch) in isdigit() function
56 isdigit(char_type ch) in isdigit() function
215 isdigit(int ch) in isdigit() function
603 isdigit(int ch) in isdigit() function
96 isdigit(wchar_t ch) in isdigit() function
25 #define isdigit(c) ((__ismask(c)&(_D)) != 0) macro
26 static inline int isdigit(int c) in isdigit() function
30 #define isdigit(c) __isdigit(c) macro
130 #define isdigit(c) do_not_use_isdigit_with_safe_ctype macro
707 #define isdigit(c) ('0' <= (c) && (c) <= '9') macro
2378 int isdigit(int c) in isdigit() function