Searched refs:formatLineToFixedWidth (Results 1 – 1 of 1) sorted by relevance
444 formattedLines.add(formatLineToFixedWidth(line, width)); in fixedWidth()456 private static String formatLineToFixedWidth(String line, int width) { in formatLineToFixedWidth() method in StringUtil