Home
last modified time | relevance | path

Searched refs:useTransparentBounds (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java999 public Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
1002 nativeMatcher.useTransparentBounds(b); in useTransparentBounds()
1176 nativeMatcher.useTransparentBounds(transparentBounds); in resetForInput()
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java149 Matcher mu = mat.useTransparentBounds(true); in test_hasTransparentBounds()
153 mu = mat.useTransparentBounds(false); in test_hasTransparentBounds()
533 mat.useTransparentBounds(false); in test_transparentBounds()
536 mat.useTransparentBounds(true); in test_transparentBounds()
545 mat.useTransparentBounds(false); in test_transparentBounds()
548 mat.useTransparentBounds(true); in test_transparentBounds()
/libcore/metrictests/memory/apps/src/libcore/heapdumper/
DActions.java89 m.useTransparentBounds(true); in run()
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DMatcher.annotated.java92 @libcore.util.NonNull public java.util.regex.Matcher useTransparentBounds(boolean b) { throw new Ru… in useTransparentBounds() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java155 public java.util.regex.Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
/libcore/ojluni/src/main/java/java/util/
DScanner.java547 matcher.useTransparentBounds(true); in Scanner()
/libcore/api/
Dcurrent.txt16573 method @NonNull public java.util.regex.Matcher useTransparentBounds(boolean);