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