/external/chromium_org/third_party/re2/re2/ |
re2.cc | 318 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n); 323 return re.DoMatch(text, UNANCHORED, NULL, args, n); 329 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { 340 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) { 801 bool RE2::DoMatch(const StringPiece& text, [all...] |
re2.h | 684 bool DoMatch(const StringPiece& text, [all...] |
/external/regex-re2/re2/ |
re2.cc | 300 return re.DoMatch(text, ANCHOR_BOTH, NULL, args, n); 305 return re.DoMatch(text, UNANCHORED, NULL, args, n); 311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { 322 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) { 783 bool RE2::DoMatch(const StringPiece& text, [all...] |
re2.h | 696 bool DoMatch(const StringPiece& text, [all...] |
/external/chromium_org/third_party/re2/util/ |
pcre.h | 459 bool DoMatch(const StringPiece& text, 498 // internal implementation for DoMatch
|
pcre.cc | 597 bool PCRE::DoMatch(const StringPiece& text, [all...] |
/external/regex-re2/util/ |
pcre.h | 453 bool DoMatch(const StringPiece& text, 492 // internal implementation for DoMatch
|
pcre.cc | 592 bool PCRE::DoMatch(const StringPiece& text, [all...] |
/external/chromium_org/third_party/re2/re2/testing/ |
tester.cc | 424 re_->DoMatch(text,
|
/external/regex-re2/re2/testing/ |
tester.cc | 424 re_->DoMatch(text,
|