Searched refs:useTransparentBounds (Results 1 – 8 of 8) sorted by relevance
149 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()
89 m.useTransparentBounds(true); in run()
1648 public Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher1651 nativeMatcher.useTransparentBounds(b); in useTransparentBounds()1828 nativeMatcher.useTransparentBounds(transparentBounds); in resetForInput()
155 public java.util.regex.Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
100 @libcore.util.NonNull public java.util.regex.Matcher useTransparentBounds(boolean b) { throw new Ru… in useTransparentBounds() method in Matcher
538 matcher.useTransparentBounds(true); in boundsTest()559 matcher.useTransparentBounds(false); in boundsTest()565 matcher.useTransparentBounds(true); in boundsTest()573 matcher.useTransparentBounds(false); in boundsTest()
547 matcher.useTransparentBounds(true); in Scanner()
18126 method @NonNull public java.util.regex.Matcher useTransparentBounds(boolean);