Home
last modified time | relevance | path

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

/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs1360 static int FindMatchFinder(string s) in FindMatchFinder() method in SevenZip.Compression.LZMA.Encoder
1401 int m = FindMatchFinder(((string)prop).ToUpper()); in SetCoderProperties()