OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PossibleMatchRange
(Results
1 - 2
of
2
) sorted by null
/external/regex-re2/re2/
re2.cc
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,
[
all
...]
dfa.cc
85
bool
PossibleMatchRange
(string* min, string* max, int maxlen);
[
all
...]
Completed in 70 milliseconds