Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dtester.cc94 StringPiece submatch[kMaxSubmatch]; member
320 result->submatch, nsubmatch); in RunSearch()
331 result->submatch, nsubmatch); in RunSearch()
350 prog_->SearchDFA(text, context, anchor, kind_, result->submatch, in RunSearch()
355 if (!rprog_->SearchDFA(result->submatch[0], context, in RunSearch()
357 result->submatch, in RunSearch()
377 result->submatch, nsubmatch); in RunSearch()
388 result->submatch, nsubmatch); in RunSearch()
413 result->submatch, in RunSearch()
450 a[i] = PCRE::Arg(&result->submatch[i]); in RunSearch()
[all …]
Dbacktrack.cc60 StringPiece* submatch, int nsubmatch);
101 StringPiece* submatch, int nsubmatch) { in Search() argument
113 submatch_ = submatch; in Search()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dbitstate.cc47 StringPiece* submatch, int nsubmatch);
290 StringPiece* submatch, int nsubmatch) { in Search() argument
303 submatch_ = submatch; in Search()
Dre2.cc618 StringPiece* submatch, in GlobalReplace() argument
831 submatch[0] = match; in GlobalReplace()
848 if (!prog_->SearchOnePass(subtext1, text, anchor, kind, submatch, ncap)) { in GlobalReplace()
855 kind, submatch, ncap)) { in GlobalReplace()
861 if (!prog_->SearchNFA(subtext1, text, anchor, kind, submatch, ncap)) { in GlobalReplace()
871 submatch[0] = StringPiece(submatch[0].data() - prefixlen, in GlobalReplace()
872 submatch[0].size() + prefixlen); in GlobalReplace()
876 submatch[i] = StringPiece(); in GlobalReplace()
Dnfa.cc65 StringPiece* submatch, int nsubmatch);
450 StringPiece* submatch, int nsubmatch) { in Search() argument
619 submatch[i] = in Search()
Dre2.h534 StringPiece* submatch,
/external/rust/crates/grpcio-sys/grpc/third_party/re2/doc/
Dsyntax.txt52 (re) numbered capturing group (submatch)
53 (?P<name>re) named & numbered capturing group (submatch)
54 (?<name>re) named & numbered capturing group (submatch) NOT SUPPORTED
55 (?'name're) named & numbered capturing group (submatch) NOT SUPPORTED
/external/rust/crates/grpcio-sys/grpc/third_party/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/llvm-project/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/llvm-project/libcxx/include/
Dregex717 const regex_type& re, int submatch = 0,
720 const regex_type&& re, int submatch = 0,
/external/libcxx/include/
Dregex716 const regex_type& re, int submatch = 0,
719 const regex_type&& re, int submatch = 0,