Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigInteger.java1228 int[] copyDigits = new int[numberLength]; in copy() local
1229 System.arraycopy(digits, 0, copyDigits, 0, numberLength); in copy()
1230 return new BigInteger(sign, numberLength, copyDigits); in copy()