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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java50 CodingMethod tokenCoding; field in class:PopulationCoding
53 int L = -1; //preferred L value for tokenCoding
75 if (L >= 0 && fValues != null && tokenCoding == null) {
76 tokenCoding = fitTokenCoding(fVlen, L);
77 assert(tokenCoding != null);
102 public void setTokenCoding(CodingMethod tokenCoding) { argument
103 this.tokenCoding = tokenCoding;
105 if (tokenCoding instanceof Coding && fValues != null) {
106 Coding tc = (Coding) tokenCoding;
[all...]
H A DCodingChooser.java643 Coding tokenCoding = BandStructure.UNSIGNED5.setL(approxL);
659 final int ZERO_LEN = tokenCoding.getLength(0);
696 currentTSize += (tokenCoding.getLength(thisToken)
839 assert(pop.tokenCoding == tc); // predict correctly
877 " tc="+pop.tokenCoding);
889 if (pop.tokenCoding instanceof Coding &&
892 Utils.log.info("-- refine on tv["+tokens.length+"] tc="+pop.tokenCoding);
893 CodingMethod tc = popHelper.choose(tokens, (Coding) pop.tokenCoding);
894 if (tc != pop.tokenCoding) {
910 " tc="+pop.tokenCoding
[all...]

Completed in 31 milliseconds