Home | History | Annotate | Download | only in cctest

Lines Matching refs:len2

66         len1(len1_param), len2(len2_param), next(NULL) {}
70 int len2;
82 void AddChunk(int pos1, int pos2, int len1, int len2) {
83 current_chunk_ = new(zone_) DiffChunkStruct(pos1, pos2, len1, len2);
106 int len2 = StrLength(s2);
124 DCHECK(pos2 + j < len2);
127 diff_parameter += chunk->len1 + chunk->len2;
129 pos2 = diff_pos2 + chunk->len2;
134 DCHECK_EQ(similar_part_length, len2 - pos2);
135 USE(len2);
138 DCHECK(pos2 + j < len2);