Lines Matching refs:cLength
262 int32_t aLength = 0, ab_bLength = 0, bc_bLength = 0, cLength = 0; in mergeAndAppend() local
281 cLength = bcIter.newLength(); in mergeAndAppend()
285 addReplace(pending_aLength, pending_cLength + cLength); in mergeAndAppend()
288 pending_cLength += cLength; in mergeAndAppend()
342 int32_t unchangedLength = aLength <= cLength ? aLength : cLength; in mergeAndAppend()
345 bc_bLength = cLength -= unchangedLength; in mergeAndAppend()
353 addReplace(pending_aLength + bc_bLength, pending_cLength + cLength); in mergeAndAppend()
366 cLength = bc_bLength -= ab_bLength; in mergeAndAppend()
374 addReplace(pending_aLength + aLength, pending_cLength + cLength); in mergeAndAppend()
383 pending_cLength += cLength; in mergeAndAppend()
386 cLength = ab_bLength = 0; in mergeAndAppend()