Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/math/
DBigInt.java216 boolean twosCompFitsIntoBytes(int desiredByteCount) { in twosCompFitsIntoBytes() argument
218 return actualByteCount <= desiredByteCount; in twosCompFitsIntoBytes()