Searched refs:retStr (Results 1 – 2 of 2) sorted by relevance
216 String retStr = null;218 if (null == retStr)219 retStr = nativeImGetChoice(i);221 retStr += " " + nativeImGetChoice(i);223 return retStr;230 String retStr = nativeImGetChoice(i);231 if (0 == i) retStr = retStr.substring(sentFixedLen);232 choiceList.add(retStr);
631 String retStr; in processStateEditComposing() local634 retStr = mDecInfo.getOrigianlSplStr().toString(); in processStateEditComposing()636 retStr = mDecInfo.getComposingStr(); in processStateEditComposing()638 commitResultText(retStr + String.valueOf(fullwidth_char)); in processStateEditComposing()674 String retStr; in processStateEditComposing() local676 retStr = mDecInfo.getCurrentFullSent(mCandidatesContainer in processStateEditComposing()679 retStr = mDecInfo.getComposingStr(); in processStateEditComposing()681 commitResultText(retStr); in processStateEditComposing()1739 String retStr = mFullSent.substring(0, mFixedLen); in getCurrentFullSent() local1740 retStr += mCandidatesList.get(activeCandPos); in getCurrentFullSent()[all …]