Searched refs:smallerMatches (Results 1 – 1 of 1) sorted by relevance
310 int[] smallerMatches = new int[matches.length - 1]; in parseMatchOrder() local311 System.arraycopy(matches, 0, smallerMatches, 0, index); in parseMatchOrder()312 matches = smallerMatches; in parseMatchOrder()