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