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