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