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.java175 boolean anchoringBounds = true; field in Matcher
1673 return anchoringBounds; in hasAnchoringBounds()
1699 anchoringBounds = b; in useAnchoringBounds()
1827 nativeMatcher.useAnchoringBounds(anchoringBounds); in resetForInput()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java233 boolean anchoringBounds = true; field in Matcher