Searched refs:toUnsignedBigInteger (Results 1 – 2 of 2) sorted by relevance
51 private static java.math.BigInteger toUnsignedBigInteger(long i) { in toUnsignedBigInteger() method in Long
249 default -> toUnsignedBigInteger(i).toString(radix); in toUnsignedString()258 private static BigInteger toUnsignedBigInteger(long i) { in toUnsignedBigInteger() method