Searched defs:setUShort (Results 1 – 4 of 4) sorted by relevance
40 internal expect inline fun ByteArray.setUShort(index: Int, value: UShort) in getString() method93 …public inline fun setUShort(ary: ByteArray, index: Int, value: UShort): Unit = setShort(ary, index… in getString() method
37 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method
34 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = setUShortAt(index, … method
35 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method