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