Home | History | Annotate | Download | only in Lex

Lines Matching full:maxchars

1417     unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509;
1419 if (GetNumStringChars() > MaxChars)
1422 << GetNumStringChars() << MaxChars