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/chromium_org/third_party/re2/re2/
re2.cc
481
bool RE2::
PossibleMatchRange
(string* min, string* max, int maxlen) const {
501
// Add to prefix min max using
PossibleMatchRange
on regexp.
504
if (maxlen > 0 && prog_->
PossibleMatchRange
(&dmin, &dmax, maxlen)) {
508
// prog_->
PossibleMatchRange
has failed us,
[
all
...]
dfa.cc
87
bool
PossibleMatchRange
(string* min, string* max, int maxlen);
[
all
...]
Completed in 96 milliseconds