Searched defs:ascii_isdigit (Results 1 – 3 of 3) sorted by relevance
68 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
1743 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function