Home
last modified time | relevance | path

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

/third_party/boost/boost/xpressive/detail/core/matcher/
Dlogical_newline_matcher.hpp36 , cr_(tr.widen('\r')) in logical_newline_matcher()
52 if(this->cr_ == ch && !state.eos() && this->nl_ == *state.cur_) in match()
78 char_type nl_, cr_; member
Dassert_line_base.hpp37 , cr_(tr.widen('\r')) in assert_line_base()
42 char_type nl_, cr_; member
Dassert_bol_matcher.hpp59 else if(ch == this->cr_ && !state.eos() && *state.cur_ == this->nl_) in match()
Dassert_eol_matcher.hpp59 …>nl_ && (!state.bos() || state.flags_.match_prev_avail_) && *boost::prior(state.cur_) == this->cr_) in match()