Home
last modified time | relevance | path

Searched defs:subSequence (Results 1 – 5 of 5) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/
DTextFieldCharSequence.kt82 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence = in get() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DAnnotatedString.kt176 override fun subSequence(startIndex: Int, endIndex: Int): AnnotatedString { in <lambda>() method in androidx.compose.ui.text.AnnotatedString
194 fun subSequence(range: TextRange): AnnotatedString { in <lambda>() method in androidx.compose.ui.text.AnnotatedString
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DGapBuffer.kt299 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence = in subSequence() method
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/platform/
DDisposableSaveableStateRegistryTest.kt196 override fun subSequence(startIndex: Int, endIndex: Int): CharSequence { in get() method in androidx.compose.ui.platform.CustomCharSequence
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DAnnotatedStringTest.kt605 val subSequence = annotatedString.subSequence("a".length, "abcd".length) in subSequence_includes_partial_matches() constant