Home
last modified time | relevance | path

Searched refs:toUnsignedBigInteger (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/lang/
DLong.java51 private static java.math.BigInteger toUnsignedBigInteger(long i) { in toUnsignedBigInteger() method in Long
/libcore/ojluni/src/main/java/java/lang/
DLong.java249 default -> toUnsignedBigInteger(i).toString(radix); in toUnsignedString()
258 private static BigInteger toUnsignedBigInteger(long i) { in toUnsignedBigInteger() method