Searched refs:IsAsciiDigit (Results 1 – 1 of 1) sorted by relevance
1346 GTEST_API_ bool IsAsciiDigit(char ch);8420 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function8441 case 'd': return IsAsciiDigit(ch); in AtomMatchesChar()8442 case 'D': return !IsAsciiDigit(ch); in AtomMatchesChar()