kotlin-stdlib / kotlin.text / codePointCount codePointCount JVM 1.0 fun String.codePointCount( beginIndex: Int, endIndex: Int): Int Returns the number of Unicode code points in the specified text range of this String.