Home | History | Annotate | Download | only in src

Lines Matching refs:beg_pos

354   int beg_pos = position_;
393 int length = position_ - beg_pos;
396 Vector<const char> chars(seq_source_->GetChars() + beg_pos, length);
403 String::WriteToFlat(*source_, buffer.start(), beg_pos, position_);
562 int beg_pos = position_;
572 beg_pos,
577 beg_pos,
581 int length = position_ - beg_pos;
585 beg_pos,
590 String::WriteToFlat(*source_, dest, beg_pos, position_);