Home
last modified time | relevance | path

Searched defs:submatch (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/regex/v4/
Du32regex_token_iterator.hpp173 int submatch = 0, match_flag_type m = match_default) in u32regex_token_iterator()
260 …char*> make_u32regex_token_iterator(const char* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator()
265 …t*> make_u32regex_token_iterator(const wchar_t* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator()
271 …har*> make_u32regex_token_iterator(const UChar* p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator()
277 …(const std::basic_string<charT, Traits, Alloc>& p, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator()
282 …ator(const U_NAMESPACE_QUALIFIER UnicodeString& s, const u32regex& e, int submatch = 0, regex_cons… in make_u32regex_token_iterator()
320 …e_u32regex_token_iterator(const char* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator()
325 …32regex_token_iterator(const wchar_t* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator()
331 …_u32regex_token_iterator(const UChar* p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator()
337 …::basic_string<charT, Traits, Alloc>& p, const u32regex& e, const std::vector<int>& submatch, rege… in make_u32regex_token_iterator()
[all …]
Dregex_token_iterator.hpp185 int submatch = 0, match_flag_type m = match_default) in regex_token_iterator()
277 …x_token_iterator(const charT* p, const basic_regex<charT, traits>& e, int submatch = 0, regex_cons… in make_regex_token_iterator()
282 …:basic_string<charT, ST, SA>& p, const basic_regex<charT, traits>& e, int submatch = 0, regex_cons… in make_regex_token_iterator()
297 …erator(const charT* p, const basic_regex<charT, traits>& e, const std::vector<int>& submatch, rege… in make_regex_token_iterator()
302 …ing<charT, ST, SA>& p, const basic_regex<charT, traits>& e, const std::vector<int>& submatch, rege… in make_regex_token_iterator()
/third_party/re2/re2/testing/
Dbacktrack.cc105 StringPiece* submatch, int nsubmatch) { in Search()
Dtester.cc94 StringPiece submatch[kMaxSubmatch]; member
/third_party/re2/re2/
Dbitstate.cc287 StringPiece* submatch, int nsubmatch) { in Search()
Dnfa.cc451 StringPiece* submatch, int nsubmatch) { in Search()
Dre2.cc576 StringPiece* submatch, in GlobalReplace()