Searched refs:MaxWord (Results 1 – 2 of 2) sorted by relevance
92 constexpr static int MaxPat = 63, MaxWord = 127;116 char Word[MaxWord]; // Word data118 char LowWord[MaxWord]; // Word in lowercase119 CharRole WordRole[MaxWord]; // Word segmentation info130 ScoreInfo Scores[MaxPat + 1][MaxWord + 1][/* Last Action */ 2];
66 constexpr int FuzzyMatcher::MaxWord; member in clang::clangd::FuzzyMatcher182 WordN = std::min<int>(MaxWord, NewWord.size()); in init()337 int S[MaxWord]; in dumpLast()338 Action A[MaxWord]; in dumpLast()