Home | History | Annotate | Download | only in src

Lines Matching full:max_length

4510 // max_length characters, only prints the first max_length characters
4512 static void PrintOnOneLine(const char* str, int max_length) {
4515 if (i >= max_length) {