Searched refs:IsAsciiPunct (Results 1 – 13 of 13) sorted by relevance
465 EXPECT_FALSE(IsAsciiPunct('\0')); in TEST()466 EXPECT_FALSE(IsAsciiPunct(' ')); in TEST()467 EXPECT_FALSE(IsAsciiPunct('\n')); in TEST()468 EXPECT_FALSE(IsAsciiPunct('a')); in TEST()469 EXPECT_FALSE(IsAsciiPunct('0')); in TEST()474 EXPECT_PRED1(IsAsciiPunct, *p); in TEST()
502 EXPECT_FALSE(IsAsciiPunct('\0')); in TEST()503 EXPECT_FALSE(IsAsciiPunct(' ')); in TEST()504 EXPECT_FALSE(IsAsciiPunct('\n')); in TEST()505 EXPECT_FALSE(IsAsciiPunct('a')); in TEST()506 EXPECT_FALSE(IsAsciiPunct('0')); in TEST()511 EXPECT_PRED1(IsAsciiPunct, *p); in TEST()
186 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()218 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
914 GTEST_API_ bool IsAsciiPunct(char ch);
915 GTEST_API_ bool IsAsciiPunct(char ch);
211 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()243 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
933 GTEST_API_ bool IsAsciiPunct(char ch);
212 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function224 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()244 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
946 GTEST_API_ bool IsAsciiPunct(char ch);
1347 GTEST_API_ bool IsAsciiPunct(char ch);8419 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function8431 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()8451 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
27739 FUNC 430fc c 0 testing::internal::IsAsciiPunct
29302 FUNC 64114 c 0 testing::internal::IsAsciiPunct