Home | History | Annotate | Download | only in re2

Lines Matching defs:pmax

472   string pmin, pmax;
474 pmax = prefix_.substr(0, n);
488 pmax += dmax;
489 } else if (pmax.size() > 0) {
492 // Round up pmax to allow any possible suffix.
493 pmax = PrefixSuccessor(pmax);
502 *max = pmax;