IsAsciiDigit 1355 modules/ts/src/ts_gtest.cpp GTEST_API_ bool IsAsciiDigit(char ch); IsAsciiDigit 8482 modules/ts/src/ts_gtest.cpp case 'd': return IsAsciiDigit(ch); IsAsciiDigit 8483 modules/ts/src/ts_gtest.cpp case 'D': return !IsAsciiDigit(ch);