Searched refs:LValuesCoded (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java409 static final int[] LValuesCoded field in class:PopulationCoding
421 for (int i = 1; i < LValuesCoded.length; i++) {
422 if (LValuesCoded[i] == L) { LCoded = i; break; }
455 int L = LValuesCoded[TDefL];
H A DCodingChooser.java745 int[] LValuesCoded = PopulationCoding.LValuesCoded;
757 for (int i = LValuesCoded.length-1; i >= 1; i--) {
758 int L = LValuesCoded[i];
1276 int[] lvals = PopulationCoding.LValuesCoded;

Completed in 27 milliseconds