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

/dalvik/dx/src/com/android/dx/util/
H A DTwoColumnOutput.java50 * Turns the given two strings (with widths) and spacer into a formatted
55 * @param spacer {@code non-null;} spacer string
60 public static String toString(String s1, int width1, String spacer, argument
67 new TwoColumnOutput(sw, width1, width2, spacer);
86 * @param spacer {@code non-null;} spacer string to sit between the two columns
89 String spacer) {
102 if (spacer == null) {
103 throw new NullPointerException("spacer
88 TwoColumnOutput(Writer out, int leftWidth, int rightWidth, String spacer) argument
126 TwoColumnOutput(OutputStream out, int leftWidth, int rightWidth, String spacer) argument
[all...]

Completed in 48 milliseconds