Searched defs:ascii_isdigit (Results 1 – 7 of 7) sorted by relevance
64 static inline bool ascii_isdigit(unsigned char c) { in ascii_isdigit() function
28 static bool ascii_isdigit(char x) { in ascii_isdigit() function
35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
71 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