Home | History | Annotate | Download | only in src

Lines Matching refs:MatchRegexAtHead

714     if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
730 bool MatchRegexAtHead(const char* regex, const char* str) {
744 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
754 MatchRegexAtHead(regex + 1, str + 1);
771 return MatchRegexAtHead(regex + 1, str);
775 if (MatchRegexAtHead(regex, str))