Searched refs:codePointAfterCursor (Results 1 – 1 of 1) sorted by relevance
786 final int codePointAfterCursor = Character.codePointAt(after, 0); in isCursorFollowedByWordCharacter() local787 if (spacingAndPunctuations.isWordSeparator(codePointAfterCursor) in isCursorFollowedByWordCharacter()788 || spacingAndPunctuations.isWordConnector(codePointAfterCursor)) { in isCursorFollowedByWordCharacter()