Searched refs:nextMatch (Results 1 – 4 of 4) sorted by relevance
114 Matcher.NextMatch nextMatch = matcher.next(); in generatePatchWithMatcher() local115 if (nextMatch.didFindMatch) { in generatePatchWithMatcher()116 newPosition = nextMatch.newPosition; in generatePatchWithMatcher()117 oldPosition = nextMatch.oldPosition; in generatePatchWithMatcher()
117 Node nextMatch = node.findMatch(chitr, output); in find() local118 if (nextMatch != null) { in find()119 find(nextMatch, chitr, handler, output); in find()
112 Node nextMatch = node.findMatch(chitr, output); in find() local113 if (nextMatch != null) { in find()114 find(nextMatch, chitr, handler, output); in find()
189 size_t nextMatch = searchArea.find(hint, offset); in adjustBreakpointLocation() local191 if (nextMatch == String16::kNotFound && prevMatch == String16::kNotFound) { in adjustBreakpointLocation()195 if (nextMatch == String16::kNotFound) { in adjustBreakpointLocation()198 bestMatch = nextMatch; in adjustBreakpointLocation()200 bestMatch = nextMatch - offset < offset - prevMatch ? nextMatch : prevMatch; in adjustBreakpointLocation()