Home | History | Annotate | Download | only in regexp

Lines Matching refs:next_pos_

35       next_pos_(0),
48 int position = next_pos_;
60 if (update_position) next_pos_ = position;
90 next_pos_ = in()->length() + 1;
97 next_pos_ = pos;
104 next_pos_ += dist - 1;
142 next_pos_ = in()->length();