HomeSort by relevance Sort by last modified time
    Searched full:setdictionaryimpl (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 285 setDictionaryImpl(dictionary, offset, byteCount, streamHandle);
288 private native void setDictionaryImpl(byte[] dictionary, int offset, int byteCount, long handle);
Deflater.java 389 setDictionaryImpl(buf, offset, byteCount, streamHandle);
392 private native void setDictionaryImpl(byte[] buf, int offset, int byteCount, long handle);
  /libcore/luni/src/main/native/
java_util_zip_Deflater.cpp 145 NATIVE_METHOD(Deflater, setDictionaryImpl, "([BIIJ)V"),
java_util_zip_Inflater.cpp 167 NATIVE_METHOD(Inflater, setDictionaryImpl, "([BIIJ)V"),

Completed in 64 milliseconds