Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java169 boolean transparentBounds = false; field in Matcher
1619 return transparentBounds; in hasTransparentBounds()
1650 transparentBounds = b; in useTransparentBounds()
1828 nativeMatcher.useTransparentBounds(transparentBounds); in resetForInput()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java260 boolean transparentBounds = false; field in Matcher