Home | History | Annotate | Download | only in src

Lines Matching defs:beg_pos

502   int beg_pos = position_;
541 int length = position_ - beg_pos;
544 Vector<const uint8_t> chars(seq_source_->GetChars() + beg_pos, length);
551 String::WriteToFlat(*source_, buffer.start(), beg_pos, position_);
718 int beg_pos = position_;
721 beg_pos,
777 int beg_pos = position_;
787 beg_pos,
792 beg_pos,
796 int length = position_ - beg_pos;
799 String::WriteToFlat(*source_, dest, beg_pos, position_);