Searched refs:useTransparentBounds (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/regex/
H A DOldMatcherTest.java149 Matcher mu = mat.useTransparentBounds(true);
153 mu = mat.useTransparentBounds(false);
506 mat.useTransparentBounds(false);
509 mat.useTransparentBounds(true);
518 mat.useTransparentBounds(false);
521 mat.useTransparentBounds(true);
/libcore/luni/src/main/native/
H A Djava_util_regex_Matcher.cpp243 state->matcher()->useTransparentBounds(value);
/libcore/ojluni/src/main/java/java/util/regex/
H A DMatcher.java62 * useAnchoringBounds} and {@link #useTransparentBounds useTransparentBounds}
805 * {@link #useTransparentBounds useTransparentBounds} and
859 * <p> See {@link #useTransparentBounds useTransparentBounds} for a
866 * @see java.util.regex.Matcher#useTransparentBounds(boolean)
899 public Matcher useTransparentBounds(boolean value) { method in class:Matcher
/libcore/ojluni/src/main/java/java/util/
H A DScanner.java543 matcher.useTransparentBounds(true);
1670 * Matcher#useTransparentBounds} and {@link Matcher#useAnchoringBounds}).

Completed in 63 milliseconds