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

/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java62 * constructs can be changed. See {@link #useAnchoringBounds
63 * useAnchoringBounds} and {@link #useTransparentBounds useTransparentBounds}
820 * {@link #useAnchoringBounds useAnchoringBounds}), certain constructs such
927 * <p> See {@link #useAnchoringBounds useAnchoringBounds} for a
934 * @see java.util.regex.Matcher#useAnchoringBounds(boolean)
962 public Matcher useAnchoringBounds(boolean value) { method in class:Matcher

Completed in 34 milliseconds