Searched refs:mTypedWordCache (Results 1 - 1 of 1) sorted by path

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordComposer.java69 private CharSequence mTypedWordCache; field in class:WordComposer
97 return new ComposedData(getInputPointers(), isBatchMode(), mTypedWordCache.toString());
131 mTypedWordCache = mCombinerChain.getComposingWordWithCombiningFeedback();
132 mCodePointSize = Character.codePointCount(mTypedWordCache, 0, mTypedWordCache.length());
237 // TODO: Don't make that copy. We can do this directly from mTypedWordCache.
238 final int[] codePoints = StringUtils.toCodePointArray(mTypedWordCache);
308 return mTypedWordCache.toString();
424 mInputPointers, mTypedWordCache.toString(), committedWord, separatorString,
479 mTypedWordCache
[all...]

Completed in 76 milliseconds