Home
last modified time | relevance | path

Searched refs:getCandidate (Results 1 – 5 of 5) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DOpenWnnEngineEN.java107 private WnnWord getCandidate(int index) { in getCandidate() method in OpenWnnEngineEN
305 WnnWord word = getCandidate(mOutputNum); in getNextCandidate()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DOpenWnnDictionaryImplJni.java259 public static final native String getCandidate( long work ); in getCandidate() method in OpenWnnDictionaryImplJni
DOpenWnnDictionaryImpl.java685 … result.candidate = OpenWnnDictionaryImplJni.getCandidate( this.mWnnWork ); in getNextWord()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DOpenWnnEngineJAJP.java200 private WnnWord getCandidate(int index) { in getCandidate() method in OpenWnnEngineJAJP
485 WnnWord word = getCandidate(mOutputNum); in getNextCandidate()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java558 commitResultText(mDecInfo.getCandidate(mCandidatesContainer in processStatePredict()
826 String choice = mDecInfo.getCandidate(candId); in chooseAndUpdate()
1904 public String getCandidate(int candId) { in getCandidate() method in PinyinIME.DecodingInfo