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