Searched defs:IsAsciiDigit (Results 1 – 6 of 6) sorted by relevance
185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
211 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
123 bool IsAsciiDigit() const { return IsDecimalDigit(ch_); } in IsAsciiDigit() function
8418 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function