Home
last modified time | relevance | path

Searched refs:submatch (Results 1 – 8 of 8) sorted by relevance

/external/regex-re2/re2/testing/
Dtester.cc85 StringPiece submatch[kMaxSubmatch]; member
307 result->submatch, nsubmatch); in RunSearch()
318 result->submatch, nsubmatch); in RunSearch()
337 prog_->SearchDFA(text, context, anchor, kind_, result->submatch, in RunSearch()
342 if (!rprog_->SearchDFA(result->submatch[0], context, in RunSearch()
344 result->submatch, in RunSearch()
363 result->submatch, nsubmatch); in RunSearch()
373 result->submatch, nsubmatch); in RunSearch()
396 re_anchor, result->submatch, nsubmatch); in RunSearch()
411 a[i] = PCRE::Arg(&result->submatch[i]); in RunSearch()
[all …]
Dbacktrack.cc55 StringPiece* submatch, int nsubmatch);
96 StringPiece* submatch, int nsubmatch) { in Search() argument
108 submatch_ = submatch; in Search()
/external/regex-re2/re2/
Dre2.cc529 StringPiece* submatch, in Match() argument
721 submatch[0] = match; in Match()
742 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) { in Match()
753 kind, submatch, ncap)) { in Match()
763 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) { in Match()
773 submatch[0] = StringPiece(submatch[0].begin() - prefixlen, in Match()
774 submatch[0].size() + prefixlen); in Match()
778 submatch[i] = NULL; in Match()
Dbitstate.cc40 StringPiece* submatch, int nsubmatch);
295 StringPiece* submatch, int nsubmatch) { in Search() argument
308 submatch_ = submatch; in Search()
Dnfa.cc52 StringPiece* submatch, int nsubmatch);
402 StringPiece* submatch, int nsubmatch) { in Search() argument
610 submatch[i].set(match_[2*i], match_[2*i+1] - match_[2*i]); in Search()
/external/regex-re2/
Ducs2.diff523 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[0]);
526 - AdjustUCS2ToUTF8(context, orig_context, &result->submatch[i]);
534 memset(result->submatch, 0, sizeof result->submatch);
/external/clang/test/
Dcxx-sections.data1402 28.9 [re.submatch]
1403 28.9.1 [re.submatch.members]
1404 28.9.2 [re.submatch.op]
1405 28.9.3 [re.submatch.concepts]
1752 TR1 7.9 [tr.re.submatch]
1753 TR1 7.9.1 [tr.re.submatch.members]
1754 TR1 7.9.2 [tr.re.submatch.op]
/external/libcxx/include/
Dregex711 const regex_type& re, int submatch = 0,
714 const regex_type&& re, int submatch = 0,