Searched defs:codePointAt (Results 1 – 3 of 3) sorted by relevance
19 internal actual fun CharSequence.codePointAt(index: Int): Int = method
19 internal expect fun CharSequence.codePointAt(index: Int): Int method
21 internal actual fun CharSequence.codePointAt(index: Int): Int = implementedInJetBrainsFork() method