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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAdaptiveCoding.java45 assert(isCodableLength(headLength));
55 assert(isCodableLength(headLength));
159 public static boolean isCodableLength(int K) { method in class:AdaptiveCoding
169 // See the isCodableLength restriction in CodingChooser.
186 assert(isCodableLength(K));
288 assert(isCodableLength(K));

Completed in 852 milliseconds