Searched defs:fromInt (Results 1 – 4 of 4) sorted by relevance
44 static fromInt(value) { method in Int64
1648 public static TextDirection fromInt(int value) { in fromInt() method in AccessibilityBridge.TextDirection
536 BigInteger.prototype.fromInt = bnpFromInt; method in BigInteger
473 static RegNumT fromInt(BaseType Value) { return RegNumT(Value); } in fromInt() function