Home
last modified time | relevance | path

Searched defs:toAnnotatedString (Results 1 – 3 of 3) sorted by relevance

/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/input/
DEditingBuffer.kt295 internal fun toAnnotatedString(): AnnotatedString = AnnotatedString(toString()) in toString() method
/compose/ui/ui-text/src/androidMain/kotlin/androidx/compose/ui/text/
DHtml.android.kt100 internal fun Spanned.toAnnotatedString( in toAnnotatedString() method
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DAnnotatedString.kt962 fun toAnnotatedString(): AnnotatedString { in <lambda>() method