Home
last modified time | relevance | path

Searched refs:match_perl (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_flags.hpp60 match_perl = match_all << 1, /* Use perl matching rules */ enumerator
61 match_posix = match_perl << 1, /* Use POSIX matching rules */
83 | match_stop | match_all | match_perl | match_posix | match_nosubs
139 using regex_constants::match_perl;
Dperl_matcher_common.hpp71 if(!(m_match_flags & (match_perl|match_posix))) in construct_init()
74 m_match_flags |= match_perl; in construct_init()
76 m_match_flags |= match_perl; in construct_init()
78 m_match_flags |= match_perl; in construct_init()
633 if((m_match_flags & match_perl) && !(*m_presult)[index].matched) in match_backref()
/third_party/boost/libs/xpressive/doc/
Dregexpp_diffs.qbk37 `match_not_eob`, `match_perl`, `match_posix`, and `match_extra`.
/third_party/boost/libs/regex/doc/
Dmatch_flag_type.qbk36 static const match_flag_type match_perl;
83 [[match_perl][Specifies that the expression should be matched according to