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

/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DUtil.java78 public static void checkOffsetAndCount(int arrayLength, int offset, int count) { method in class:Util
221 checkOffsetAndCount(dst.length, offset, byteCount);

Completed in 239 milliseconds