Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1554 private String mFullSent; field in PinyinIME.DecodingInfo
1634 mFullSent = ""; in reset()
1734 return mFullSent; in getFullSent()
1739 String retStr = mFullSent.substring(0, mFixedLen); in getCurrentFullSent()
1827 mFullSent = mIPinyinDecoderService.imGetChoice(0); in updateDecInfoForSearch()
1835 mComposingStr = mFullSent.substring(0, mFixedLen) in updateDecInfoForSearch()
1849 mComposingStrDisplay = mFullSent.substring(0, mFixedLen); in updateDecInfoForSearch()
1896 mFullSent = tmp; in choosePredictChoice()
1898 mComposingStr = mFullSent; in choosePredictChoice()