Home
last modified time | relevance | path

Searched refs:setInputImpl (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1194 setInputImpl(address, text, from, to); in resetForInput()
1233 private static native void setInputImpl(long addr, String s, int start, int end); in setInputImpl() method in Matcher
/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/luni/src/main/native/
Djava_util_regex_Matcher.cpp283 NATIVE_METHOD(Matcher, setInputImpl, "(JLjava/lang/String;II)V"),