Home | History | Annotate | Download | only in Lex

Lines Matching full:maxstandardsuffixlength

1665       const unsigned MaxStandardSuffixLength = 3;
1666 char Buffer[MaxStandardSuffixLength] = { C };
1681 if (Chars == MaxStandardSuffixLength)