Searched refs:IsValidEscape (Results 1 – 1 of 1) sorted by relevance
1351 GTEST_API_ bool IsValidEscape(char ch);8432 bool IsValidEscape(char c) { in IsValidEscape() function8489 if (!IsValidEscape(regex[i])) { in ValidateRegex()