Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1559 private int mFixedLen; field in PinyinIME.DecodingInfo
1635 mFixedLen = 0; in reset()
1675 for (pos = 0; pos < mFixedLen; pos++) { in prepareDeleteBeforeCursor()
1739 String retStr = mFullSent.substring(0, mFixedLen); in getCurrentFullSent()
1762 return mComposingStr.length() == mFixedLen; in canDoPrediction()
1828 mFixedLen = mIPinyinDecoderService.imGetFixedLen(); in updateDecInfoForSearch()
1835 mComposingStr = mFullSent.substring(0, mFixedLen) in updateDecInfoForSearch()
1836 + mSurface.substring(mSplStart[mFixedLen + 1]); in updateDecInfoForSearch()
1849 mComposingStrDisplay = mFullSent.substring(0, mFixedLen); in updateDecInfoForSearch()
1850 for (int pos = mFixedLen + 1; pos < mSplStart.length - 1; pos++) { in updateDecInfoForSearch()
[all …]