Searched refs:SCHANGE0 (Results 1 – 9 of 9) sorted by relevance
45 final static int SCHANGE0 = 0x10; field in CompressionTableGenerator150 case SCHANGE0: case SCHANGE1: in printSingleTagTable()
89 final static int SCHANGE0 = 0x10; field
374 case SCHANGE0: case SCHANGE1: case SCHANGE2: case SCHANGE3: in decompress()376 fCurrentWindow = aByte - SCHANGE0; in decompress()
504 byteBuffer[bytePos++] = (byte)(SCHANGE0 + whichWindow); in compress()
90 final static int SCHANGE0 = 0x10; field
371 case SCHANGE0: case SCHANGE1: case SCHANGE2: case SCHANGE3: in decompress()373 fCurrentWindow = aByte - SCHANGE0; in decompress()
501 byteBuffer[bytePos++] = (byte)(SCHANGE0 + whichWindow); in compress()
229 …(byte) UnicodeDecompressor.SCHANGE0, (byte) UnicodeDecompressor.SCHANGE1, (byte) UnicodeDecompress… in TestDecompress()
232 …(byte) UnicodeDecompressor.SCHANGE0, (byte) UnicodeDecompressor.SCHANGE1, (byte) UnicodeDecompress… in TestDecompress()