Home
last modified time | relevance | path

Searched defs:newWord (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUserUnigramDictionary.java146 public void addWord(String newWord, int addFrequency) { in addWord()
/packages/inputmethods/LatinIME/native/src/
Dunigram_dictionary.cpp505 static inline void onTerminalWordLike(const int freq, int32_t* newWord, const int length, in onTerminalWordLike()
519 int32_t newWord[MAX_WORD_LENGTH_INTERNAL]; in getMostFrequentWordLikeInner() local
/packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
DFusionDictionary.java293 final CharGroup newWord = new CharGroup( in add() local