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