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

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java2929 // localizedMagnitude() use optimizations for null.
3196 localizedMagnitude(sb, va, f, adjustWidth(width, f, neg), l);
3271 localizedMagnitude(sb, va, f, adjustWidth(width, f, neg), l);
3374 localizedMagnitude(sb, mant, f, newW, l);
3391 sb.append(localizedMagnitude(null, tmp, flags, -1, l));
3411 localizedMagnitude(sb, mant, f, newW, l);
3454 localizedMagnitude(sb, mant, f, newW, l);
3466 sb.append(localizedMagnitude(null, tmp, flags, -1, l));
3688 localizedMagnitude(sb, mant, f, newW, l);
3699 sb.append(localizedMagnitude(nul
4414 localizedMagnitude(StringBuilder sb, long value, Flags f, method in class:Formatter.FormatSpecifier
4422 localizedMagnitude(StringBuilder sb, char[] value, Flags f, method in class:Formatter.FormatSpecifier
[all...]

Completed in 72 milliseconds