Home
last modified time | relevance | path

Searched defs:getNextCharacterIndex (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextPreparedSelection.kt191 fun getNextCharacterIndex() = text.findFollowingBreak(selection.end) in getPrecedingCharacterIndex() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DTextPreparedSelection.kt156 fun getNextCharacterIndex() = annotatedString.text.findFollowingBreak(selection.end) in getPrecedingCodePointOrEmojiStartIndex() method