Searched refs:mActiveCmpsLen (Results 1 – 1 of 1) sorted by relevance
1538 private int mActiveCmpsLen; field in PinyinIME.DecodingInfo1639 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()