Home
last modified time | relevance | path

Searched refs:COUNT_BITS (Results 1 – 2 of 2) sorted by relevance

/trunk/main/xmerge/java/aportisdoc/src/main/java/org/openoffice/xmerge/converter/xml/sxw/aportisdoc/
H A DDocDecoder.java44 private final static int COUNT_BITS = 3; field in DocDecoder
170 int m = (c & 0x3fff) >> COUNT_BITS; in decompress()
171 int n = c & ((1 << COUNT_BITS) - 1); in decompress()
172 n += COUNT_BITS; in decompress()
/trunk/main/xmerge/source/wordsmith/java/org/openoffice/xmerge/converter/xml/sxw/wordsmith/
H A DWSDecoder.java47 private final static int COUNT_BITS = 3; field in WSDecoder
230 int m = (c & 0x3fff) >> COUNT_BITS; in decompress()
231 int n = c & ((1 << COUNT_BITS) - 1); in decompress()
232 n += COUNT_BITS; in decompress()

Completed in 21 milliseconds