Searched defs:ascii_isdigit (Results 1 – 6 of 6) sorted by relevance
276 int ascii_isdigit(const char inchar) { in ascii_isdigit() function
132 inline bool ascii_isdigit(unsigned char c) { return c >= '0' && c <= '9'; } in ascii_isdigit() function
35 static bool ascii_isdigit(char x) { in ascii_isdigit() function
74 inline bool ascii_isdigit(char c) { in ascii_isdigit() function
1784 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } in ascii_isdigit() function