Searched defs:submatch (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/boost/regex/v4/ |
D | u32regex_token_iterator.hpp | 173 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 …]
|
D | regex_token_iterator.hpp | 185 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/ |
D | backtrack.cc | 105 StringPiece* submatch, int nsubmatch) { in Search()
|
D | tester.cc | 94 StringPiece submatch[kMaxSubmatch]; member
|
/third_party/re2/re2/ |
D | bitstate.cc | 287 StringPiece* submatch, int nsubmatch) { in Search()
|
D | nfa.cc | 451 StringPiece* submatch, int nsubmatch) { in Search()
|
D | re2.cc | 576 StringPiece* submatch, in GlobalReplace()
|