Lines Matching refs:cLength
263 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0; in mergeAndAppend() local
282 cLength = bcIter.newLength(); in mergeAndAppend()
286 addReplace(pending_aLength, pending_cLength + cLength); in mergeAndAppend()
289 pending_cLength += cLength; in mergeAndAppend()
343 int32_t unchangedLength = aLength <= cLength ? aLength : cLength; in mergeAndAppend()
346 bc_bLength = cLength -= unchangedLength; in mergeAndAppend()
354 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength); in mergeAndAppend()
367 cLength = bc_bLength -= ab_bLength; in mergeAndAppend()
375 addReplace(pending_aLength + aLength, pending_cLength + cLength); in mergeAndAppend()
384 pending_cLength += cLength; in mergeAndAppend()
387 cLength = ab_bLength = 0; in mergeAndAppend()