Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dstring_util.h294 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc776 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/googletest/googletest/src/
Dgtest-port.cc781 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc11109 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function