Home | History | Annotate | Download | only in cctest

Lines Matching refs:len1

66         len1(len1_param), len2(len2_param), next(NULL) {}
69 int len1;
82 void AddChunk(int pos1, int pos2, int len1, int len2) {
83 current_chunk_ = new(zone_) DiffChunkStruct(pos1, pos2, len1, len2);
105 int len1 = StrLength(s1);
123 DCHECK(pos1 + j < len1);
127 diff_parameter += chunk->len1 + chunk->len2;
128 pos1 = diff_pos1 + chunk->len1;
133 int similar_part_length = len1 - pos1;
137 DCHECK(pos1 + j < len1);