Home
last modified time | relevance | path

Searched defs:IsAsciiWhiteSpace (Results 1 – 3 of 3) sorted by relevance

/third_party/googletest/googletest/src/
Dgtest-port.cc737 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace() function
/third_party/node/deps/googletest/src/
Dgtest-port.cc753 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace() function
/third_party/mesa3d/src/gtest/src/
Dgtest-port.cc781 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace() function