Home
last modified time | relevance | path

Searched refs:useTransparentBoundsImpl (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1022 useTransparentBoundsImpl(address, b); in useTransparentBounds()
1196 useTransparentBoundsImpl(address, transparentBounds); in resetForInput()
1235 private static native void useTransparentBoundsImpl(long addr, boolean value); in useTransparentBoundsImpl() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java229 private static native void useTransparentBoundsImpl(long addr, boolean value); in useTransparentBoundsImpl() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp285 NATIVE_METHOD(Matcher, useTransparentBoundsImpl, "(JZ)V"),