Searched refs:maxLineLength (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DCompilerOutputter.cpp168 const int maxLineLength = 80; local
172 string line( line.substr( index, maxLineLength ) );
174 index += maxLineLength;
/haiku/src/kits/mail/
H A Dmail_util.cpp756 const int maxLineLength = 78; // Doesn't include CRLF. local
765 if (lineStartIndex + maxLineLength >= inputLength) {
779 tempIndex = lineStartIndex + maxLineLength;

Completed in 180 milliseconds