Searched refs:setDictionaryImpl (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DInflater.java285 setDictionaryImpl(dictionary, offset, byteCount, streamHandle);
288 private native void setDictionaryImpl(byte[] dictionary, int offset, int byteCount, long handle); method in class:Inflater
H A DDeflater.java383 setDictionaryImpl(buf, offset, byteCount, streamHandle);
386 private native void setDictionaryImpl(byte[] buf, int offset, int byteCount, long handle); method in class:Deflater
/libcore/luni/src/main/native/
H A Djava_util_zip_Deflater.cpp147 NATIVE_METHOD(Deflater, setDictionaryImpl, "([BIIJ)V"),
H A Djava_util_zip_Inflater.cpp170 NATIVE_METHOD(Inflater, setDictionaryImpl, "([BIIJ)V"),

Completed in 71 milliseconds