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