toLowerCase

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

Converts each unicode codepoint to lowerCase via Character.toLowerCase starting at the given offset.

Parameters

buffer

the char buffer to lowercase

offset

the offset to start at

limit

the max char in the buffer to lower case