Searched refs:useAnchoringBounds (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DMatcher.java59 * constructs can be changed. See {@link #useAnchoringBounds
60 * useAnchoringBounds} and {@link #useTransparentBounds useTransparentBounds}
969 * {@link #useAnchoringBounds useAnchoringBounds}), certain constructs such
1082 * <p> See {@link #useAnchoringBounds useAnchoringBounds} for a
1089 * @see java.util.regex.Matcher#useAnchoringBounds(boolean)
1117 public Matcher useAnchoringBounds(boolean b) { method in class:Matcher
/openjdk7/jdk/src/share/classes/java/util/
H A DScanner.java584 matcher.useAnchoringBounds(false);
1697 * Matcher#useTransparentBounds} and {@link Matcher#useAnchoringBounds}).
/openjdk7/jdk/test/java/util/regex/
H A DRegExTest.java867 matcher.useAnchoringBounds(false);
917 matcher.useAnchoringBounds(false);

Completed in 37 milliseconds