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/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
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp115165 static bool IsAsciiDigit(char16_t aChar) { return NS_IsAsciiDigit(aChar); } in IsAsciiDigit() function in nsCRT