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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
AutoDictionary.java 102 final int frequency = getWordFrequency(word);
149 int freq = getWordFrequency(word);
ExpandableDictionary.java 210 final int freq = getWordFrequency(word);
217 public int getWordFrequency(CharSequence word) {

Completed in 386 milliseconds