Searched refs:nCodes (Results 1 – 1 of 1) sorted by relevance
913 final int nCodes = key.codes.length; in getKeyIndices() local924 System.arraycopy(mDistances, j, mDistances, j + nCodes, in getKeyIndices()925 mDistances.length - j - nCodes); in getKeyIndices()926 System.arraycopy(allKeys, j, allKeys, j + nCodes, in getKeyIndices()927 allKeys.length - j - nCodes); in getKeyIndices()928 for (int c = 0; c < nCodes; c++) { in getKeyIndices()