Searched defs:ascii_isdigit (Results 1 – 6 of 6) sorted by relevance
64 static inline bool ascii_isdigit(unsigned char c) { in ascii_isdigit() function
35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
73 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
1582 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function
1688 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function