Searched defs:adjustWidth (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java3196 localizedMagnitude(sb, va, f, adjustWidth(width, f, neg), l);
3271 localizedMagnitude(sb, va, f, adjustWidth(width, f, neg), l);
3373 newW = adjustWidth(width - exp.length - 1, f, neg);
3410 newW = adjustWidth(width, f, neg);
3450 newW = adjustWidth(width - exp.length - 1, f, neg);
3452 newW = adjustWidth(width, f, neg);
3687 newW = adjustWidth(width - exp.length - 1, f, neg);
3738 localizedMagnitude(sb, mant, f, adjustWidth(width, f, neg), l);
3907 private int adjustWidth(int width, Flags f, boolean neg) { method in class:Formatter.FormatSpecifier

Completed in 67 milliseconds