OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:closeImpl
(Results
1 - 4
of
4
) sorted by null
/libcore/luni/src/main/java/java/util/regex/
Pattern.java
437
closeImpl
(address);
448
private static native void
closeImpl
(int addr);
Matcher.java
239
closeImpl
(address);
665
closeImpl
(address);
671
private static native void
closeImpl
(int addr);
/libcore/luni/src/main/native/
java_util_regex_Pattern.cpp
95
NATIVE_METHOD(Pattern,
closeImpl
, "(I)V"),
java_util_regex_Matcher.cpp
201
NATIVE_METHOD(Matcher,
closeImpl
, "(I)V"),
Completed in 302 milliseconds