HomeSort by relevance Sort by last modified time
    Searched refs:nextLettersFrequencies (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 58 * @param nextLettersFrequencies array of frequencies of next letters that could follow the
65 int[] nextLettersFrequencies);
BinaryDictionary.java 69 int[] nextLettersFrequencies, int nextLettersSize);
79 int[] nextLettersFrequencies) {
96 nextLettersFrequencies,
97 nextLettersFrequencies != null ? nextLettersFrequencies.length : 0);
UserDictionary.java 104 int[] nextLettersFrequencies) {
105 super.getWords(codes, callback, nextLettersFrequencies);
LatinIME.java     [all...]
ExpandableDictionary.java 160 int[] nextLettersFrequencies) {
169 mNextLettersFrequencies = nextLettersFrequencies;

Completed in 279 milliseconds