Searched refs:useAnchoringBounds (Results 1 – 6 of 6) sorted by relevance
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
247 state->matcher()->useAnchoringBounds(value); in Matcher_useAnchoringBoundsImpl()
1068 public Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher
548 matcher.useAnchoringBounds(false); in Scanner()