Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDictionary.cs91 internal const int MinWordLength = 4; field in Org.Brotli.Dec.Dictionary
DDecode.cs894 …if (state.copyLength >= Org.Brotli.Dec.Dictionary.MinWordLength && state.copyLength <= Org.Brotli.… in Decompress()
/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.cpp845 static constexpr int MinWordLength = 4; in collectWords() local
853 if (Word.size() >= MinWordLength) { in collectWords()