toUpperCase

fun toUpperCase(buffer: CharArray, offset: Int, limit: Int)

Converts each unicode codepoint to UpperCase via Character.toUpperCase starting at the given offset.

Parameters

buffer

the char buffer to UPPERCASE

offset

the offset to start at

limit

the max char in the buffer to lower case