HomeSort by relevance Sort by last modified time
    Searched defs:setDictionaryImpl (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 383 setDictionaryImpl(buf, offset, byteCount, streamHandle);
386 private native void setDictionaryImpl(byte[] buf, int offset, int byteCount, long handle);
Inflater.java 285 setDictionaryImpl(dictionary, offset, byteCount, streamHandle);
288 private native void setDictionaryImpl(byte[] dictionary, int offset, int byteCount, long handle);

Completed in 209 milliseconds