Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1538 private int mActiveCmpsLen; field in PinyinIME.DecodingInfo
1639 mActiveCmpsLen = 0; in reset()
1717 assert (mActiveCmpsLen <= mComposingStr.length()); in getComposingStrActivePart()
1718 return mComposingStr.substring(0, mActiveCmpsLen); in getComposingStrActivePart()
1722 return mActiveCmpsLen; in getActiveCmpsLen()
1838 mActiveCmpsLen = mComposingStr.length(); in updateDecInfoForSearch()
1840 mActiveCmpsLen = mActiveCmpsLen in updateDecInfoForSearch()
1899 mActiveCmpsLen = mFixedLen; in choosePredictChoice()