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

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

Completed in 39 milliseconds