Home
last modified time | relevance | path

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

/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java1383 public boolean SetMatchFinder(int matchFinderIndex) in SetMatchFinder() argument
1385 if (matchFinderIndex < 0 || matchFinderIndex > 2) in SetMatchFinder()
1388 _matchFinderType = matchFinderIndex; in SetMatchFinder()