Home | History | Annotate | Download | only in Lex

Lines Matching full:maxchars

1533     unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509;
1535 if (GetNumStringChars() > MaxChars)
1538 << GetNumStringChars() << MaxChars