OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compileImpl
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/main/java/java/util/regex/
Pattern.java
400
address =
compileImpl
(icuPattern, icuFlags);
449
private static native int
compileImpl
(String regex, int flags);
/libcore/luni/src/main/native/
java_util_regex_Pattern.cpp
96
NATIVE_METHOD(Pattern,
compileImpl
, "(Ljava/lang/String;I)I"),
Completed in 56 milliseconds