Home
last modified time | relevance | path

Searched refs:useAnchoringBounds (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java131 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()
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DMatcher.annotated.java96 @libcore.util.NonNull public java.util.regex.Matcher useAnchoringBounds(boolean b) { throw new Runt… in useAnchoringBounds() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java163 public java.util.regex.Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher
/libcore/luni/src/main/native/
Djava_util_regex_Matcher.cpp247 state->matcher()->useAnchoringBounds(value); in Matcher_useAnchoringBoundsImpl()
/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1068 public Matcher useAnchoringBounds(boolean b) { in useAnchoringBounds() method in Matcher
/libcore/ojluni/src/main/java/java/util/
DScanner.java548 matcher.useAnchoringBounds(false); in Scanner()