Searched refs:MinWordLength (Results 1 – 3 of 3) sorted by relevance
91 internal const int MinWordLength = 4; field in Org.Brotli.Dec.Dictionary
894 …if (state.copyLength >= Org.Brotli.Dec.Dictionary.MinWordLength && state.copyLength <= Org.Brotli.… in Decompress()
845 static constexpr int MinWordLength = 4; in collectWords() local853 if (Word.size() >= MinWordLength) { in collectWords()