🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

AccessibilityIterators.CharacterTextSegmentIterator

Source set: Android
open class CharacterTextSegmentIterator private constructor(locale: Locale) :
        AbstractTextSegmentIterator()

Functions

initialize

Source set: Android
override fun initialize(text: String)

following

Source set: Android
override fun following(current: Int): IntArray?

preceding

Source set: Android
override fun preceding(current: Int): IntArray?

Members

Companion

Source set: Android
companion object

Functions

getInstance

Source set: Android
fun getInstance(locale: Locale): CharacterTextSegmentIterator