Searched defs:IsAsciiDigit (Results 1 – 11 of 11) sorted by relevance
349 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
210 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
108 bool IsAsciiDigit() const { return IsDecimalDigit(ch_); } in IsAsciiDigit() function
634 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
691 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
774 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
9187 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function