Home
last modified time | relevance | path

Searched defs:IsAsciiDigit (Results 1 – 5 of 5) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.h294 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
/third_party/boringssl/src/third_party/googletest/src/
Dgtest-port.cc776 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/googletest/googletest/src/
Dgtest-port.cc691 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/node/test/cctest/gtest/
Dgtest-all.cc10462 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc9183 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function