Home
last modified time | relevance | path

Searched refs:getWordFrequencyRec (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DExpandableDictionary.java135 final int freq = getWordFrequencyRec(mRoots, word, 0, word.length()); in isValidWord()
143 return getWordFrequencyRec(mRoots, word, 0, word.length()); in getWordFrequency()
149 private int getWordFrequencyRec(final NodeArray children, final CharSequence word, in getWordFrequencyRec() method in ExpandableDictionary
162 int freq = getWordFrequencyRec(node.children, word, offset + 1, length); in getWordFrequencyRec()