Searched refs:decodeUtf8CodePoint (Results 1 – 2 of 2) sorted by relevance
677 Utf8.decodeUtf8CodePoint(buffer, i, codePoint) in get()681 Utf8.decodeUtf8CodePoint(buffer, i - size, codePoint) in get()
247 public fun decodeUtf8CodePoint(bytes: ReadBuffer, index: Int, out: CharArray) { in decodeUtf8CodePoint() method