Home | History | Annotate | Download | only in re2

Lines Matching refs:PossibleMatchRange

463 bool RE2::PossibleMatchRange(string* min, string* max, int maxlen) const {
483 // Add to prefix min max using PossibleMatchRange on regexp.
486 if (maxlen > 0 && prog_->PossibleMatchRange(&dmin, &dmax, maxlen)) {
490 // prog_->PossibleMatchRange has failed us,