Searched refs:copyLength (Results 1 – 1 of 1) sorted by relevance
184 final int copyLength = Math.min(resultLength, originalLength - start); in copyOfRange() local187 System.arraycopy(original, start, result, 0, copyLength); in copyOfRange()