Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java11 public static final int EMatchFinderTypeBT2 = 0; field in Encoder
368 if (_matchFinderType == EMatchFinderTypeBT2) in Create()