Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DWordComposer.java77 private int mCodePointSize; field in WordComposer
132 mCodePointSize = Character.codePointCount(mTypedWordCache, 0, mTypedWordCache.length()); in refreshTypedWordCache()
140 return mCodePointSize; in size()
185 mCursorPositionWithinWord = mCodePointSize; in applyProcessedEvent()
187 if (0 == mCodePointSize) { in applyProcessedEvent()
218 if (DBG && mCursorPositionWithinWord > mCodePointSize) { in isCursorFrontOrMiddleOfComposingWord()
220 + "in a word of size " + mCodePointSize); in isCursorFrontOrMiddleOfComposingWord()
222 return mCursorPositionWithinWord != mCodePointSize; in isCursorFrontOrMiddleOfComposingWord()
436 mCodePointSize = 0; in commitWord()
455 mCursorPositionWithinWord = mCodePointSize; in resumeSuggestionOnLastComposedWord()