Searched refs:min_count (Results 1 – 1 of 1) sorted by relevance
323 const size_t min_count = (repeat == '+') ? 1 : 0; in MatchRepetitionAndRegexAtHead() local331 if (i >= min_count && MatchRegexAtHead(regex, str + i)) { in MatchRepetitionAndRegexAtHead()