Home | History | Annotate | Download | only in re2

Lines Matching refs:PossibleMatchRange

85   bool PossibleMatchRange(string* min, string* max, int maxlen);
945 // It is convenient for routines like PossibleMatchRange
1929 bool DFA::PossibleMatchRange(string* min, string* max, int maxlen) {
1933 // NOTE: if future users of PossibleMatchRange want more precision when
1935 // parameter to PossibleMatchRange.
2070 // PossibleMatchRange for a Prog.
2071 bool Prog::PossibleMatchRange(string* min, string* max, int maxlen) {
2083 return dfa->PossibleMatchRange(min, max, maxlen);