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