Searched refs:useTransparentBounds (Results 1 – 6 of 6) 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()
92 @libcore.util.NonNull public java.util.regex.Matcher useTransparentBounds(boolean b) { throw new Ru… in useTransparentBounds() method in Matcher
155 public java.util.regex.Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
252 state->matcher()->useTransparentBounds(value); in Matcher_useTransparentBoundsImpl()
1019 public Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher
547 matcher.useTransparentBounds(true); in Scanner()