Searched refs:nCodes (Results 1 – 1 of 1) sorted by relevance
819 final int nCodes = key.codes.length; in getKeyIndices() local829 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()830 mDistances.length - j - nCodes); in getKeyIndices()831 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()832 allKeys.length - j - nCodes); in getKeyIndices()833 for (int c = 0; c < nCodes; c++) { in getKeyIndices()