Home
last modified time | relevance | path

Searched refs:anchoringBounds (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java160 boolean anchoringBounds = true; field in Matcher
1024 return anchoringBounds; in hasAnchoringBounds()
1050 anchoringBounds = b; in useAnchoringBounds()
1175 nativeMatcher.useAnchoringBounds(anchoringBounds); in resetForInput()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java233 boolean anchoringBounds = true; field in Matcher