Searched refs:byteNumForInt (Results 1 – 1 of 1) sorted by relevance
755 return byteNumForInt(value, false); in byteNumForUnsignedInt()767 return byteNumForInt(value, true); in byteNumForSignedInt()771 int l = byteNumForInt(value, signed); in intToBytes()782 private static int byteNumForInt(int value, boolean signed) { in byteNumForInt() method in IccUtils