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