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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java51 private String mSearchKey; field in class:OpenWnnEngineEN
77 mSearchKey = null;
138 addCandidate(new WnnWord(mInputString, mSearchKey));
141 if (mSearchKey.length() > 1) {
142 addCandidate(new WnnWord(mSearchKey.substring(0,1).toUpperCase() + mSearchKey.substring(1),
143 mSearchKey));
147 addCandidate(new WnnWord(mSearchKey.toUpperCase(), mSearchKey));
178 mSearchKey
[all...]

Completed in 29 milliseconds