Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputConnection.java786 final int codePointAfterCursor = Character.codePointAt(after, 0); in isCursorFollowedByWordCharacter() local
787 if (spacingAndPunctuations.isWordSeparator(codePointAfterCursor) in isCursorFollowedByWordCharacter()
788 || spacingAndPunctuations.isWordConnector(codePointAfterCursor)) { in isCursorFollowedByWordCharacter()