Home | History | Annotate | Download | only in util

Lines Matching refs:resultLength

183         final int resultLength = end - start;
184 final int copyLength = Math.min(resultLength, originalLength - start);
186 .newInstance(original.getClass().getComponentType(), resultLength);