Searched refs:setInputImpl (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/util/regex/ |
D | Matcher.java | 1194 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/ |
D | Matcher.java | 225 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/ |
D | java_util_regex_Matcher.cpp | 283 NATIVE_METHOD(Matcher, setInputImpl, "(JLjava/lang/String;II)V"),
|