Searched defs:ISDIGIT (Results 1 – 7 of 7) sorted by relevance
46 #define ISDIGIT(c) ((unsigned int) (c) - '0' <= 9) macro
42 #define ISDIGIT(c) Py_ISDIGIT(c) macro
93 #define ISDIGIT(c) _sch_test(c, _sch_isdigit) macro
246 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
283 #define ISDIGIT(x) (isdigit((int) ((unsigned char)x))) macro
1028 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro
60 #define ISDIGIT(s) (s) == DIGIT_ZERO || \ macro