Searched refs:IsPunct (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/gtest/test/
H A Dgtest-port_test.cc259 EXPECT_FALSE(IsPunct('\0'));
260 EXPECT_FALSE(IsPunct(' '));
261 EXPECT_FALSE(IsPunct('\n'));
262 EXPECT_FALSE(IsPunct('a'));
263 EXPECT_FALSE(IsPunct('0'));
268 EXPECT_PRED1(IsPunct, *p);
/external/protobuf/gtest/src/
H A Dgtest-port.cc175 bool IsPunct(char ch) { function in namespace:testing::internal
187 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
207 return IsPunct(pattern_char) && pattern_char == ch;
H A Dgtest-internal-inl.h1135 bool IsPunct(char ch);

Completed in 79 milliseconds