Searched refs:IsAsciiDigit (Results 1 – 2 of 2) sorted by relevance
776 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function797 case 'd': return IsAsciiDigit(ch); in AtomMatchesChar()798 case 'D': return !IsAsciiDigit(ch); in AtomMatchesChar()
959 GTEST_API_ bool IsAsciiDigit(char ch);