Searched refs:IsAsciiPunct (Results 1 – 2 of 2) sorted by relevance
777 bool IsAsciiPunct(char ch) { in IsAsciiPunct() function789 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()809 return IsAsciiPunct(pattern_char) && pattern_char == ch; in AtomMatchesChar()
960 GTEST_API_ bool IsAsciiPunct(char ch);