Searched refs:IsAsciiDigit (Results 1 - 2 of 2) sorted by relevance

/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc210 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } function in namespace:testing::internal
231 case 'd': return IsAsciiDigit(ch);
232 case 'D': return !IsAsciiDigit(ch);
H A Dgtest-internal-inl.h945 GTEST_API_ bool IsAsciiDigit(char ch);

Completed in 48 milliseconds