codePointCount

fun codePointCount(a: CharArray, offset: Int, count: Int): Int

Returns the number of Unicode code points in a subarray of the char array argument.

Return

the number of Unicode code points in the specified subarray

Since

1.5

Parameters

a

the char array to be scanned

offset

the index of the first char of the subarray

count

the length of the subarray in chars