Searched refs:MaxChars (Results 1 – 1 of 1) sorted by relevance
1524 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local1526 if (GetNumStringChars() > MaxChars) in init()1529 << GetNumStringChars() << MaxChars in init()