Searched refs:byteNumForUnsignedInt (Results 1 – 2 of 2) sorted by relevance
235 len += IccUtils.byteNumForUnsignedInt(length); in calculateEncodedBytesNumForLength()253 IccUtils.byteNumForUnsignedInt(mTag) in Asn1Node()270 IccUtils.byteNumForUnsignedInt(mTag) in Asn1Node()
787 byte[] bytes = new byte[byteNumForUnsignedInt(value)]; in unsignedIntToBytes()842 public static int byteNumForUnsignedInt(int value) { in byteNumForUnsignedInt() method in IccUtils