Source set: Android
class WordTextSegmentIterator 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): WordTextSegmentIterator