Searched defs:setInputImpl (Results 1 - 3 of 3) sorted by relevance

/libcore/luni/src/main/java/java/util/regex/
H A DMatcher.java252 setInputImpl(address, input, regionStart, regionEnd);
678 private static native void setInputImpl(long addr, String s, int start, int end); method in class:Matcher
/libcore/luni/src/main/java/java/util/zip/
H A DDeflater.java409 setInputImpl(buf, offset, byteCount, streamHandle);
414 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle); method in class:Deflater
H A DInflater.java307 setInputImpl(buf, offset, byteCount, streamHandle);
310 private native void setInputImpl(byte[] buf, int offset, int byteCount, long handle); method in class:Inflater

Completed in 108 milliseconds