Home
last modified time | relevance | path

Searched defs:setDictionaryImpl (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
DInflater.java288 … private native void setDictionaryImpl(byte[] dictionary, int offset, int byteCount, long handle); in setDictionaryImpl() method in Inflater
DDeflater.java392 private native void setDictionaryImpl(byte[] buf, int offset, int byteCount, long handle); in setDictionaryImpl() method in Deflater