Searched refs:numberToWriteInLeft (Results 1 – 1 of 1) sorted by relevance
436 int numberToWriteInLeft = leftLength - sourceOffset; in writeToInternal() local437 left.writeToInternal(out, sourceOffset, numberToWriteInLeft); in writeToInternal()438 right.writeToInternal(out, 0, numberToWrite - numberToWriteInLeft); in writeToInternal()