Searched refs:addCandidate (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java132 addCandidate(word);
138 addCandidate(new WnnWord(mInputString, mSearchKey));
142 addCandidate(new WnnWord(mSearchKey.substring(0,1).toUpperCase() + mSearchKey.substring(1),
147 addCandidate(new WnnWord(mSearchKey.toUpperCase(), mSearchKey));
162 private boolean addCandidate(WnnWord word) { method in class:OpenWnnEngineEN
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnEngineJAJP.java219 addCandidate(word);
237 addCandidate((WnnWord)convResult.next());
251 addCandidate(it.next());
273 private boolean addCandidate(WnnWord word) { method in class:OpenWnnEngineJAJP

Completed in 62 milliseconds