Searched refs:useAnchoringBounds (Results 1 – 8 of 8) sorted by relevance
92 m.useAnchoringBounds(true); in run()
131 Matcher mu = mat.useAnchoringBounds(true); in test_hasAnchoringBounds()135 mu = mat.useAnchoringBounds(false); in test_hasAnchoringBounds()518 mat.useAnchoringBounds(false); in test_anchoringBounds()522 mat.useAnchoringBounds(true); in test_anchoringBounds()
1697 public Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher1700 nativeMatcher.useAnchoringBounds(b); in useAnchoringBounds()1827 nativeMatcher.useAnchoringBounds(anchoringBounds); in resetForInput()
163 public java.util.regex.Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher
104 @libcore.util.NonNull public java.util.regex.Matcher useAnchoringBounds(boolean b) { throw new Runt… in useAnchoringBounds() method in Matcher
548 matcher.useAnchoringBounds(false); in Scanner()
857 matcher.useAnchoringBounds(false); in regionTest()895 matcher.useAnchoringBounds(false); in regionTest()
18124 method @NonNull public java.util.regex.Matcher useAnchoringBounds(boolean);