OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hitEndImpl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/regex/
Matcher.java
660
return
hitEndImpl
(address);
675
private static native boolean
hitEndImpl
(int addr);
/libcore/luni/src/main/native/
java_util_regex_Matcher.cpp
205
NATIVE_METHOD(Matcher,
hitEndImpl
, "(I)Z"),
Completed in 45 milliseconds