Home
last modified time | relevance | path

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

/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/src/main/java/java/util/regex/
DMatcher.java1648 public Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
1651 nativeMatcher.useTransparentBounds(b); in useTransparentBounds()
1828 nativeMatcher.useTransparentBounds(transparentBounds); in resetForInput()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java155 public java.util.regex.Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DMatcher.annotated.java100 @libcore.util.NonNull public java.util.regex.Matcher useTransparentBounds(boolean b) { throw new Ru… in useTransparentBounds() method in Matcher
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java538 matcher.useTransparentBounds(true); in boundsTest()
559 matcher.useTransparentBounds(false); in boundsTest()
565 matcher.useTransparentBounds(true); in boundsTest()
573 matcher.useTransparentBounds(false); in boundsTest()
/libcore/ojluni/src/main/java/java/util/
DScanner.java547 matcher.useTransparentBounds(true); in Scanner()
/libcore/api/
Dcurrent.txt18126 method @NonNull public java.util.regex.Matcher useTransparentBounds(boolean);