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

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java3007 a.append(justify(s));
3010 private String justify(String s) { method in class:Formatter.FormatSpecifier
3232 // justify based on width
3233 a.append(justify(sb.toString()));
3312 // justify based on width
3313 a.append(justify(sb.toString()));
3343 // justify based on width
3344 a.append(justify(sb.toString()));
3637 // justify based on width
3638 a.append(justify(s
[all...]

Completed in 34 milliseconds