toUTF32

Decodes the Unicode codepoints from the provided CharSequence and places them in the provided scratch IntsRef, which must not be null, returning it.


fun toUTF32(s: CharArray, offset: Int, length: Int, scratch: IntsRefBuilder): IntsRef

Decodes the Unicode codepoints from the provided char[] and places them in the provided scratch IntsRef, which must not be null, returning it.