OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
307
setInputImpl
(buf, offset, byteCount, streamHandle);
310
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);
678
private static native void
setInputImpl
(long addr, String s, int start, int end);
Completed in 2244 milliseconds