Searched defs:getStringAnnotations (Results 1 – 1 of 1) sorted by relevance
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/ | ||
| D | AnnotatedString.kt | 220 fun getStringAnnotations(tag: String, start: Int, end: Int): List<Range<String>> = in <lambda>() method in androidx.compose.ui.text.AnnotatedString |