Home | History | Annotate | Download | only in src

Lines Matching refs:min_count

706   const size_t min_count = (repeat == '+') ? 1 : 0;
714 if (i >= min_count && MatchRegexAtHead(regex, str + i)) {