Searched refs:trimmedStates (Results 1 – 1 of 1) sorted by relevance
148 int[] trimmedStates = new int[newSize]; in trimStateSet() local149 System.arraycopy(states, 0, trimmedStates, 0, newSize); in trimStateSet()150 return trimmedStates; in trimStateSet()