toCodePoints

fun toCodePoints(src: CharArray, srcOff: Int, srcLen: Int, dest: IntArray, destOff: Int): Int

Converts a sequence of Java characters to a sequence of unicode code points.

Return

the number of code points written to the destination buffer