Searched defs:checkOffsetAndCount (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DArrays.java127 // BEGIN Android-added: checkOffsetAndCount() helper method for AIOOBE enforcement.
133 public static void checkOffsetAndCount(int arrayLength, int offset, int count) { method in class:Arrays
139 // END Android-added: checkOffsetAndCount() helper method for AIOOBE enforcement.

Completed in 36 milliseconds