Home
last modified time | relevance | path

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

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DPinyinIME.java1820 String pyStr; in updateDecInfoForSearch() local
1823 pyStr = mIPinyinDecoderService.imGetPyStr(false); in updateDecInfoForSearch()
1825 assert (mSurfaceDecodedLen <= pyStr.length()); in updateDecInfoForSearch()
1831 mSurface.replace(0, mSurface.length(), pyStr); in updateDecInfoForSearch()