Searched defs:subSequence (Results 1 – 5 of 5) sorted by relevance
82 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence = in get() method
176 override fun subSequence(startIndex: Int, endIndex: Int): AnnotatedString { in <lambda>() method in androidx.compose.ui.text.AnnotatedString194 fun subSequence(range: TextRange): AnnotatedString { in <lambda>() method in androidx.compose.ui.text.AnnotatedString
299 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence = in subSequence() method
196 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in get() method in androidx.compose.ui.platform.CustomCharSequence
605 val subSequence = annotatedString.subSequence("a".length, "abcd".length) in subSequence_includes_partial_matches() constant