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