OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DoMatchImpl
(Results
1 - 2
of
2
) sorted by null
/external/pcre/dist/
pcrecpp.cc
191
return
DoMatchImpl
(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
233
return
DoMatchImpl
(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
275
if (
DoMatchImpl
(*input, ANCHOR_START, &consumed,
323
if (
DoMatchImpl
(*input, UNANCHORED, &consumed,
560
bool RE::
DoMatchImpl
(const StringPiece& text,
610
bool retval =
DoMatchImpl
(text, anchor, consumed, args, n, vec, (int)vecsize);
/external/regex-re2/util/
pcre.cc
182
return re.
DoMatchImpl
(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize);
225
return re.
DoMatchImpl
(text, UNANCHORED, &consumed, args, n, vec, kVecSize);
268
if (pattern.
DoMatchImpl
(*input, ANCHOR_START, &consumed,
317
if (pattern.
DoMatchImpl
(*input, UNANCHORED, &consumed,
553
bool PCRE::
DoMatchImpl
(const StringPiece& text,
601
bool b =
DoMatchImpl
(text, anchor, consumed, args, n, vec, vecsize);
[
all
...]
Completed in 189 milliseconds