Searched refs:useAnchoringBounds (Results 1 – 7 of 7) sorted by relevance
1048 public Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher1051 nativeMatcher.useAnchoringBounds(b); in useAnchoringBounds()1175 nativeMatcher.useAnchoringBounds(anchoringBounds); in resetForInput()
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()
96 @libcore.util.NonNull public java.util.regex.Matcher useAnchoringBounds(boolean b) { throw new Runt… in useAnchoringBounds() method in Matcher
163 public java.util.regex.Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher
548 matcher.useAnchoringBounds(false); in Scanner()
16571 method @NonNull public java.util.regex.Matcher useAnchoringBounds(boolean);