Searched refs:UCHANGE0 (Results 1 – 7 of 7) sorted by relevance
66 final static int UCHANGE0 = 0xE0; field in CompressionTableGenerator192 case UCHANGE0: case UCHANGE1: in printUnicodeTagTable()
110 final static int UCHANGE0 = 0xE0; field
480 case UCHANGE0: case UCHANGE1: case UCHANGE2: case UCHANGE3: in decompress()482 fCurrentWindow = aByte - UCHANGE0; in decompress()
671 byteBuffer[bytePos++] = (byte)(UCHANGE0 + whichWindow); in compress()711 byteBuffer[bytePos++] = (byte)(UCHANGE0 + whichWindow); in compress()
111 final static int UCHANGE0 = 0xE0; field
477 case UCHANGE0: case UCHANGE1: case UCHANGE2: case UCHANGE3: in decompress()479 fCurrentWindow = aByte - UCHANGE0; in decompress()
668 byteBuffer[bytePos++] = (byte)(UCHANGE0 + whichWindow); in compress()708 byteBuffer[bytePos++] = (byte)(UCHANGE0 + whichWindow); in compress()