Home | History | Annotate | Download | only in cctest

Lines Matching refs:len2

68         len1(len1_param), len2(len2_param), next(NULL) {}
72 int len2;
84 void AddChunk(int pos1, int pos2, int len1, int len2) {
85 current_chunk_ = new(zone_) DiffChunkStruct(pos1, pos2, len1, len2);
108 int len2 = StrLength(s2);
126 ASSERT(pos2 + j < len2);
129 diff_parameter += chunk->len1 + chunk->len2;
131 pos2 = diff_pos2 + chunk->len2;
136 ASSERT_EQ(similar_part_length, len2 - pos2);
137 USE(len2);
140 ASSERT(pos2 + j < len2);