Searched refs:getWordFrequencyRec (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | ExpandableDictionary.java | 135 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()
|