Searched refs:IsInSet (Results 1 – 1 of 1) sorted by relevance
1345 GTEST_API_ bool IsInSet(char ch, const char* str);8413 bool IsInSet(char ch, const char* str) { in IsInSet() function8422 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()8424 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()8425 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()8433 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()8506 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()8516 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()