Home | History | Annotate | Download | only in src

Lines Matching refs:beg_pos

512   int beg_pos = position_;
551 int length = position_ - beg_pos;
554 Vector<const uint8_t> chars(seq_source_->GetChars() + beg_pos, length);
561 String::WriteToFlat(*source_, buffer.start(), beg_pos, position_);
727 int beg_pos = position_;
730 beg_pos,
787 int beg_pos = position_;
797 beg_pos,
802 beg_pos,
806 int length = position_ - beg_pos;
810 String::WriteToFlat(*source_, dest, beg_pos, position_);