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