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