Home | History | Annotate | Download | only in cctest

Lines Matching full:len1

68         len1(len1_param), len2(len2_param), next(NULL) {}
71 int len1;
84 void AddChunk(int pos1, int pos2, int len1, int len2) {
85 current_chunk_ = new(zone_) DiffChunkStruct(pos1, pos2, len1, len2);
107 int len1 = StrLength(s1);
125 ASSERT(pos1 + j < len1);
129 diff_parameter += chunk->len1 + chunk->len2;
130 pos1 = diff_pos1 + chunk->len1;
135 int similar_part_length = len1 - pos1;
139 ASSERT(pos1 + j < len1);