Searched defs:LValuesCoded (Results 1 - 1 of 1) 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];

Completed in 3183 milliseconds