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