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.java154 boolean transparentBounds = false; field in Matcher
970 return transparentBounds; in hasTransparentBounds()
1001 transparentBounds = b; in useTransparentBounds()
1176 nativeMatcher.useTransparentBounds(transparentBounds); in resetForInput()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java260 boolean transparentBounds = false; field in Matcher