Searched defs:stripLeadingZeroBytes (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DBigInteger.java196 mag = stripLeadingZeroBytes(val);
237 this.mag = stripLeadingZeroBytes(magnitude);
934 this.mag = stripLeadingZeroBytes(magnitude);
2832 private static int[] stripLeadingZeroBytes(byte a[]) { method in class:BigInteger
3121 stripLeadingZeroBytes(magnitude));

Completed in 38 milliseconds