Searched refs:desiredByteCount (Results 1 – 1 of 1) sorted by relevance
216 boolean twosCompFitsIntoBytes(int desiredByteCount) { in twosCompFitsIntoBytes() argument218 return actualByteCount <= desiredByteCount; in twosCompFitsIntoBytes()