OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoMatchImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/re2/util/
pcre.cc
187
return re.
DoMatchImpl
(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
230
return re.
DoMatchImpl
(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
273
if (pattern.
DoMatchImpl
(*input, ANCHOR_START, &consumed,
322
if (pattern.
DoMatchImpl
(*input, UNANCHORED, &consumed,
558
bool PCRE::
DoMatchImpl
(const StringPiece& text,
606
bool b =
DoMatchImpl
(text, anchor, consumed, args, n, vec, vecsize);
[
all
...]
pcre.h
499
bool
DoMatchImpl
(const StringPiece& text,
Completed in 207 milliseconds