Home | History | Annotate | Download | only in src

Lines Matching refs:pos1

446   function DiffChunk(pos1, pos2, len1, len2) {
447 this.pos1 = pos1;
473 if (array.length == 0 || pos < array[0].pos1) {
481 if (pos < array[middle_index + 1].pos1) {
488 if (pos >= chunk.pos1 + chunk.len1) {
489 return pos + chunk.pos2 + chunk.len2 - chunk.pos1 - chunk.len1;
506 return pos - diff_chunk.pos1 + diff_chunk.pos2;
592 pos_diff = chunk.pos2 + chunk.len2 - (chunk.pos1 + chunk.len1);
610 chunk_it.current().pos1 < info_node.info.end_position) {
614 if (child.info.end_position <= chunk_it.current().pos1) {
619 chunk_it.current().pos1 + chunk_it.current().len1) {
623 } else if (child.info.start_position <= chunk_it.current().pos1 &&
624 child.info.end_position >= chunk_it.current().pos1 +
642 if (chunk_it.current().pos1 + chunk_it.current().len1 <=