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

/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java47 public void readByteArray(byte[] dst, int dstOffset, int byteCount) { argument
48 System.arraycopy(bytes, offset, dst, dstOffset, byteCount);
60 public void readIntArray(int[] dst, int dstOffset, int intCount) { argument
62 dst[dstOffset++] = readInt();

Completed in 268 milliseconds