Home | History | Annotate | Download | only in src

Lines Matching refs:MatchRegexAtHead

737     if (i >= min_count && MatchRegexAtHead(regex, str + i)) {
753 bool MatchRegexAtHead(const char* regex, const char* str) {
767 // MatchRepetitionAndRegexAtHead() calls MatchRegexAtHead(), so
777 MatchRegexAtHead(regex + 1, str + 1);
794 return MatchRegexAtHead(regex + 1, str);
798 if (MatchRegexAtHead(regex, str))