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