Searched refs:getCandidate (Results 1 – 5 of 5) sorted by relevance
107 private WnnWord getCandidate(int index) { in getCandidate() method in OpenWnnEngineEN305 WnnWord word = getCandidate(mOutputNum); in getNextCandidate()
259 public static final native String getCandidate( long work ); in getCandidate() method in OpenWnnDictionaryImplJni
685 … result.candidate = OpenWnnDictionaryImplJni.getCandidate( this.mWnnWork ); in getNextWord()
200 private WnnWord getCandidate(int index) { in getCandidate() method in OpenWnnEngineJAJP485 WnnWord word = getCandidate(mOutputNum); in getNextCandidate()
558 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