Searched refs:copyDigits (Results 1 – 1 of 1) sorted by relevance
1226 int[] copyDigits = new int[numberLength]; in copy() local1227 System.arraycopy(digits, 0, copyDigits, 0, numberLength); in copy()1228 return new BigInteger(sign, numberLength, copyDigits); in copy()