Searched refs:IsAsciiPunct (Results 1 – 1 of 1) sorted by relevance
1343 GTEST_API_ bool IsAsciiPunct(char ch);10099 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function10111 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()10131 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()