Searched refs:MatchRegexAtHead (Results 1 – 1 of 1) sorted by relevance
1350 GTEST_API_ bool MatchRegexAtHead(const char* regex, const char* str);10219 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()10235 bool MatchRegexAtHead(const char* regex, const char* str) { in MatchRegexAtHead() function10259 MatchRegexAtHead(regex + 1, str + 1); in MatchRegexAtHead()10276 return MatchRegexAtHead(regex + 1, str); in MatchRegexAnywhere()10280 if (MatchRegexAtHead(regex, str)) in MatchRegexAnywhere()