Lines Matching refs:presetDict
407 int dictSize, byte[] presetDict) in LZMAInputStream() argument
409 initialize(in, uncompSize, propsByte, dictSize, presetDict, in LZMAInputStream()
454 int dictSize, byte[] presetDict, in LZMAInputStream() argument
457 initialize(in, uncompSize, propsByte, dictSize, presetDict, in LZMAInputStream()
495 int dictSize, byte[] presetDict) in LZMAInputStream() argument
497 initialize(in, uncompSize, lc, lp, pb, dictSize, presetDict, in LZMAInputStream()
543 int dictSize, byte[] presetDict, in LZMAInputStream() argument
546 initialize(in, uncompSize, lc, lp, pb, dictSize, presetDict, in LZMAInputStream()
551 int dictSize, byte[] presetDict, in initialize() argument
577 initialize(in, uncompSize, lc, lp, pb, dictSize, presetDict, in initialize()
583 int dictSize, byte[] presetDict, in initialize() argument
601 lz = new LZDecoder(getDictSize(dictSize), presetDict, arrayCache); in initialize()