Home
last modified time | relevance | path

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

/external/mesa3d/src/gtest/src/
Dgtest-port.cc185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc185 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/external/gtest/src/
Dgtest-port.cc211 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc210 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function
/external/v8/src/
Ddateparser.h123 bool IsAsciiDigit() const { return IsDecimalDigit(ch_); } in IsAsciiDigit() function
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-all.cc8418 bool IsAsciiDigit(char ch) { return '0' <= ch && ch <= '9'; } in IsAsciiDigit() function