Searched refs:MaxChars (Results 1 – 2 of 2) sorted by relevance
94 int MaxChars, const char *S) { in appendString() argument99 if (MaxChars >= 0 && Res >= MaxChars) in appendString()
2133 unsigned MaxChars = Features.CPlusPlus? 65536 : Features.C99 ? 4095 : 509; in init() local2135 if (GetNumStringChars() > MaxChars) in init()2138 << GetNumStringChars() << MaxChars in init()