Searched refs:mTypedWordCache (Results 1 – 1 of 1) sorted by relevance
69 private CharSequence mTypedWordCache; field in WordComposer97 return new ComposedData(getInputPointers(), isBatchMode(), mTypedWordCache.toString()); in getComposedDataSnapshot()131 mTypedWordCache = mCombinerChain.getComposingWordWithCombiningFeedback(); in refreshTypedWordCache()132 mCodePointSize = Character.codePointCount(mTypedWordCache, 0, mTypedWordCache.length()); in refreshTypedWordCache()238 final int[] codePoints = StringUtils.toCodePointArray(mTypedWordCache); in moveCursorByAndReturnIfInsideComposingWord()308 return mTypedWordCache.toString(); in getTypedWord()424 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString, in commitWord()479 mTypedWordCache = typedWordCacheForTests; in setTypedWordCacheForTests()