Searched defs:isdigit (Results 1 – 8 of 8) sorted by relevance
29 INTERCEPTOR(int, isdigit, int d) { in INTERCEPTOR() argument
76 isdigit(int c) in isdigit() function
265 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
132 __only_inline int isdigit(int _c) in isdigit() function
122 #define isdigit(c) ((c) >= '0' && (c) <= '9') macro
116 #define isdigit(c) (((c) >= '0') && ((c) <= '9')) macro
1929 isdigit(_CharT __c, const locale& __loc) in isdigit() function
4647 isdigit(_CharT __c, const locale& __loc) in isdigit() function