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

/openjdk10/test/fmw/gtest/src/
H A Dgtest-port.cc215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } function in namespace:testing::internal

Completed in 34 milliseconds