Searched refs:useTransparentBounds (Results 1 – 7 of 7) sorted by relevance
999 public Matcher useTransparentBounds(boolean b) { in useTransparentBounds() method in Matcher1002 nativeMatcher.useTransparentBounds(b); in useTransparentBounds()1176 nativeMatcher.useTransparentBounds(transparentBounds); in resetForInput()
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()
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
547 matcher.useTransparentBounds(true); in Scanner()
16573 method @NonNull public java.util.regex.Matcher useTransparentBounds(boolean);