Searched defs:IsAsciiDigit (Results 1 – 4 of 4) sorted by relevance
294 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
776 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
781 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
11109 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function