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

  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 409 setInputImpl(buf, offset, byteCount, streamHandle);
414 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle);
Inflater.java 316 setInputImpl(buf, offset, byteCount, streamHandle);
319 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle);
  /libcore/luni/src/main/java/java/util/regex/
Matcher.java 252 setInputImpl(address, input, regionStart, regionEnd);
625 private static native void setInputImpl(long addr, String s, int start, int end);

Completed in 2431 milliseconds