Searched refs:mRoots (Results 1 – 1 of 1) sorted by relevance
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/ |
D | ExpandableDictionary.java | 62 private NodeArray mRoots; field in ExpandableDictionary 81 addWordRec(mRoots, word, 0, frequency); in addWord() 127 getWordsRec(mRoots, codes, mWordBuilder, 0, false, 1, 0, -1, callback); in getWords() 129 getWordsRec(mRoots, codes, mWordBuilder, 0, false, 1, 0, i, callback); in getWords() 135 final int freq = getWordFrequencyRec(mRoots, word, 0, word.length()); in isValidWord() 143 return getWordFrequencyRec(mRoots, word, 0, word.length()); in getWordFrequency() 269 mRoots = new NodeArray(); in clearDictionary()
|