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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SynchronouslyLoadedContactsDictionary.java 41 return getWordFrequency(word) > -1;
SynchronouslyLoadedUserDictionary.java 44 return getWordFrequency(word) > -1;
UserUnigramDictionary.java 105 final int frequency = getWordFrequency(word);
156 int freq = getWordFrequency(word);
ExpandableDictionary.java 228 return getWordFrequency(word) > -1;
234 protected int getWordFrequency(CharSequence word) {
    [all...]

Completed in 91 milliseconds