Searched refs:cr_ (Results 1 – 4 of 4) sorted by relevance
36 , 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
37 , cr_(tr.widen('\r')) in assert_line_base()42 char_type nl_, cr_; member
59 else if(ch == this->cr_ && !state.eos() && *state.cur_ == this->nl_) in match()
59 …>nl_ && (!state.bos() || state.flags_.match_prev_avail_) && *boost::prior(state.cur_) == this->cr_) in match()