Home
last modified time | relevance | path

Searched defs:toShort (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/mutable/
DMutableShort.java330 public Short toShort() { in toShort() method in MutableShort
/external/pdfium/third_party/bigint/
DBigInteger.cc137 short BigInteger::toShort () const { return convertToSignedPrimitive <short, unsig… in toShort() function in BigInteger
DBigUnsigned.cc26 short BigUnsigned::toShort () const { return convertToSignedPrimitive< shor… in toShort() function in BigUnsigned
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/math/
DNumberUtils.java408 public static short toShort(final String str) { in toShort() method in NumberUtils
429 public static short toShort(final String str, final short defaultValue) { in toShort() method in NumberUtils
/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffers.kt166 public fun toShort(): Short = toULong().toShort() in get() method in com.google.flatbuffers.kotlin.Reference