Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/jvmMain/kotlin/androidx/compose/foundation/text/input/internal/
DCodepointHelpers.jvm.kt19 internal actual fun CharSequence.codePointAt(index: Int): Int = method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/
DCodepointHelpers.kt19 internal expect fun CharSequence.codePointAt(index: Int): Int method
/compose/foundation/foundation/src/commonStubsMain/kotlin/androidx/compose/foundation/text/input/internal/
DCodepointHelpers.commonStubs.kt21 internal actual fun CharSequence.codePointAt(index: Int): Int = implementedInJetBrainsFork() method