toChars

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

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

Return

the number of chars written to the destination buffer