Searched defs:is_digit (Results 1 – 5 of 5) sorted by relevance
119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
65 static inline bool is_digit(int c) in is_digit() function
19 static inline bool is_digit(int c) { in is_digit() function
22 static inline bool is_digit(int c) in is_digit() function
214 function is_digit(ch) { function