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

/libcore/ojluni/src/main/java/java/util/
H A DFormatter.java80 * example, if a conversion is incompatible with a flag, an exception will be
183 * %[argument_index$][flags][width][.precision]conversion
191 * format. The set of valid flags depends on the conversion.
198 * the conversion.
200 * <p> The required <i>conversion</i> is a character indicating how the
208 * %[argument_index$][flags][width]conversion
214 * <p> The required <i>conversion</i> is a two character sequence. The first
224 * %[flags][width]conversion
229 * <p> The required <i>conversion</i> is a character indicating content to be
245 * Byte}, {@code short}, and {@link Short}. This conversion ma
2777 private char conversion(String s) { method in class:Formatter.FormatSpecifier
2791 private char conversion() { method in class:Formatter.FormatSpecifier
[all...]

Completed in 6 milliseconds