Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc776 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
797 case 'd': return IsAsciiDigit(ch); in AtomMatchesChar()
798 case 'D': return !IsAsciiDigit(ch); in AtomMatchesChar()
H A Dgtest-internal-inl.h959 GTEST_API_ bool IsAsciiDigit(char ch);