Home
last modified time | relevance | path

Searched defs:setInputImpl (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java225 private static native void setInputImpl(long addr, java.lang.String s, int start, int end); in setInputImpl() method in Matcher
/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1233 private static native void setInputImpl(long addr, String s, int start, int end); in setInputImpl() method in Matcher