Searched refs:newLookupIndices (Results 1 – 1 of 1) sorted by relevance
31 int[] newLookupIndices = new int[lookupIndices.length + 5]; in addLookup() local33 System.arraycopy(lookupIndices, 0, newLookupIndices, 0, lookupIndices.length); in addLookup()34 lookupIndices = newLookupIndices; in addLookup()