Searched refs:lastMatch (Results 1 – 2 of 2) sorted by relevance
376 int lastMatch = Integer.MAX_VALUE; in findPairs() local381 for (int j = Math.min(otherGroups.size(), lastMatch) - 1; j >= 0; j--) { in findPairs()387 lastMatch = j; in findPairs()
2345 int lastMatch = firstMatch; in toStackTraceString() local2353 lastMatch = i; in toStackTraceString()2357 if (lastMatch != i) { in toStackTraceString()2365 i = lastMatch + 1; in toStackTraceString()