Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
H A Dstring_util.h284 inline bool IsAsciiDigit(Char c) { in IsAsciiDigit() function
/third_party/googletest/googletest/src/
H A Dgtest-port.cc732 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/node/deps/googletest/src/
H A Dgtest-port.cc748 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/third_party/node/deps/v8/src/date/
H A Ddateparser.h117 bool IsAsciiDigit() const { return IsDecimalDigit(ch_); } in IsAsciiDigit() function in v8::internal::DateParser::InputReader
/third_party/mesa3d/src/gtest/src/
H A Dgtest-port.cc776 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function

Completed in 8 milliseconds