Searched refs:nCodes (Results 1 – 1 of 1) sorted by relevance
798 final int nCodes = key.codes.length; in getKeyIndices() local809 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()810 mDistances.length - j - nCodes); in getKeyIndices()811 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()812 allKeys.length - j - nCodes); in getKeyIndices()813 for (int c = 0; c < nCodes; c++) { in getKeyIndices()