Searched defs:toShort (Results 1 – 5 of 5) sorted by relevance
330 public Short toShort() { in toShort() method in MutableShort
137 short BigInteger::toShort () const { return convertToSignedPrimitive <short, unsig… in toShort() function in BigInteger
26 short BigUnsigned::toShort () const { return convertToSignedPrimitive< shor… in toShort() function in BigUnsigned
408 public static short toShort(final String str) { in toShort() method in NumberUtils429 public static short toShort(final String str, final short defaultValue) { in toShort() method in NumberUtils
166 public fun toShort(): Short = toULong().toShort() in get() method in com.google.flatbuffers.kotlin.Reference