Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java150 private MatcherNative nativeMatcher; field in Matcher
341 nativeMatcher = MatcherNative.create(newPattern.nativePattern); in usePattern()
643 return nativeMatcher.groupCount(); in groupCount()
658 matchFound = nativeMatcher.matches(groups); in matches()
681 matchFound = nativeMatcher.findNext(groups); in find()
712 matchFound = nativeMatcher.find(start, groups); in find()
734 matchFound = nativeMatcher.lookingAt(groups); in lookingAt()
1110 int groupIndex = nativeMatcher.getMatchedGroupIndex(gname); in appendExpandedReplacement()
1651 nativeMatcher.useTransparentBounds(b); in useTransparentBounds()
1700 nativeMatcher.useAnchoringBounds(b); in useAnchoringBounds()
[all …]