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 64 * @param nextLettersFrequencies array of frequencies of next letters that could follow the
71 int[] nextLettersFrequencies);
78 * @param nextLettersFrequencies array of frequencies of next letters that could follow the
84 final WordCallback callback, int[] nextLettersFrequencies) {
BinaryDictionary.java 109 int maxAlternatives, int skipPos, int[] nextLettersFrequencies, int nextLettersSize);
156 final WordCallback callback, int[] nextLettersFrequencies) {
188 int[] nextLettersFrequencies) {
205 nextLettersFrequencies,
206 nextLettersFrequencies != null ? nextLettersFrequencies.length : 0);
UserDictionary.java 111 int[] nextLettersFrequencies) {
112 super.getWords(codes, callback, nextLettersFrequencies);
ExpandableDictionary.java 181 int[] nextLettersFrequencies) {
190 mNextLettersFrequencies = nextLettersFrequencies;
418 final WordCallback callback, int[] nextLettersFrequencies) {
LatinIME.java     [all...]

Completed in 192 milliseconds