OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findNextImpl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/regex/
Matcher.java
416
matchFound =
findNextImpl
(address, input, matchOffsets);
673
private static native boolean
findNextImpl
(int addr, String s, int[] offsets);
/libcore/luni/src/main/native/
java_util_regex_Matcher.cpp
203
NATIVE_METHOD(Matcher,
findNextImpl
, "(ILjava/lang/String;[I)Z"),
Completed in 890 milliseconds