Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1354 static string[] kMatchFinderIDs = field in SevenZip.Compression.LZMA.Encoder
1362 for (int m = 0; m < kMatchFinderIDs.Length; m++) in FindMatchFinder()
1363 if (s == kMatchFinderIDs[m]) in FindMatchFinder()