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