Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1349 GTEST_API_ bool IsAsciiWhiteSpace(char ch);
8425 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace() function
8446 case 's': return IsAsciiWhiteSpace(ch); in AtomMatchesChar()
8447 case 'S': return !IsAsciiWhiteSpace(ch); in AtomMatchesChar()