Searched defs:is_digit (Results 1 – 5 of 5) sorted by relevance
119 #define is_digit(c) ((unsigned)(c) - '0' <= 9) macro
73 static inline bool is_digit(int c) in is_digit() function
30 static inline bool is_digit(int c) in is_digit() function
2069 boolean is_digit = STREQ (str, "digit"); local