Searched defs:setUShort (Results 1 – 4 of 4) sorted by relevance
39 internal expect inline fun ByteArray.setUShort(index: Int, value: UShort) in getString() method92 …public inline fun setUShort(ary: ByteArray, index: Int, value: UShort): Unit = setShort(ary, index… in getString() method
36 public actual inline fun ByteArray.setUShort(index: Int, value: UShort): Unit = ByteArrayOps.setUSh… method
33 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