Searched refs:trimLeadingZeroesForceMinLength (Results 1 – 2 of 2) sorted by relevance
135 byte[] b = trimLeadingZeroesForceMinLength(uid.toByteArray()); in getLocalFileDataLength()137 b = trimLeadingZeroesForceMinLength(gid.toByteArray()); in getLocalFileDataLength()169 uidBytes = trimLeadingZeroesForceMinLength(uidBytes); in getLocalFileDataData()171 gidBytes = trimLeadingZeroesForceMinLength(gidBytes); in getLocalFileDataData()307 static byte[] trimLeadingZeroesForceMinLength(final byte[] array) { in trimLeadingZeroesForceMinLength() method in X7875_NewUnix
136 …static byte[] trimTest(final byte[] b) { return X7875_NewUnix.trimLeadingZeroesForceMinLength(b); } in trimTest()