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/regex/
Matcher.java 252 setInputImpl(address, input, regionStart, regionEnd);
668 private static native void setInputImpl(long addr, String s, int start, int end);
  /libcore/luni/src/main/java/java/util/zip/
Deflater.java 415 setInputImpl(buf, offset, byteCount, streamHandle);
420 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle);
Inflater.java 307 setInputImpl(buf, offset, byteCount, streamHandle);
310 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle);

Completed in 126 milliseconds