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.java1226 int[] copyDigits = new int[numberLength]; in copy() local
1227 System.arraycopy(digits, 0, copyDigits, 0, numberLength); in copy()
1228 return new BigInteger(sign, numberLength, copyDigits); in copy()