Home | History | Annotate | Download | only in tool

Lines Matching refs:lineLimit

239         int lineLimit = 70 - LIST_INDENT.length();
247 || buffer.length() + 1 + code.length() > lineLimit) {