Lines Matching refs:conversion

73  * example, if a conversion is incompatible with a flag, an exception will be
176 * %[argument_index$][flags][width][.precision]conversion
184 * format. The set of valid flags depends on the conversion.
191 * the conversion.
193 * <p> The required <i>conversion</i> is a character indicating how the
201 * %[argument_index$][flags][width]conversion
207 * <p> The required <i>conversion</i> is a two character sequence. The first
217 * %[flags][width]conversion
222 * <p> The required <i>conversion</i> is a character indicating content to be
238 * Byte}, {@code short}, and {@link Short}. This conversion may also be
272 * lower-case conversion characters except that the result is converted to
344 * <td> Prefix for date and time conversion characters. See <a
362 * <p> The following date and time conversion suffix characters are defined for
365 * {@code strftime(3c)}. Additional conversion types are provided to access
369 * <p> The following conversion characters are used for formatting times:
407 * in lower case, e.g."{@code am}" or "{@code pm}". Use of the conversion
438 * <p> The following conversion characters are used for formatting dates:
494 * <p> The following conversion characters are used for formatting common
523 * <p> Any characters not explicitly defined as date/time conversion suffixes
551 * <td> The result should use a conversion-dependent alternate form
593 * <p> <sup>2</sup> For {@code 'd'} conversion only.
612 * output. For the line separator conversion, width is not applicable; if it
622 * separator. If the conversion is {@code 'g'} or {@code 'G'}, then the
624 * rounding. If the conversion is {@code 'a'} or {@code 'A'}, then the
658 * conversion suffixes, or flags are illegal and are reserved for
668 * <p> If a format specifier contains a conversion character that is not
680 * corresponding lower-case conversion characters except that the result is
762 * form is specified by the conversion.
783 * This conversion may be applied to {@code char} and {@link Character}. It
959 * <p> If the conversion is {@code 'o'}, {@code 'x'}, or {@code 'X'} and
1116 * <p> If the conversion is {@code 'o'}, {@code 'x'}, or {@code 'X'} and
1349 * <p> If the <a name="floatDPrec">conversion</a> is {@code 'e'},
1354 * <p> If the conversion is {@code 'g'} or {@code 'G'}, then the precision is
1360 * <p> If the conversion is {@code 'a'} or {@code 'A'}, then the precision
1491 * <p> This conversion may be applied to {@code long}, {@link Long}, {@link
1498 * <td> Prefix for date and time conversion characters.
1505 * <p> The following date and time conversion character suffixes are defined
1508 * POSIX {@code strftime(3c)}. Additional conversion types are provided to
1512 * <p> The following conversion characters are used for formatting times:
1566 * conversion prefix {@code 'T'} forces this output to upper case. (Note
1604 * <p> The following conversion characters are used for formatting dates:
1676 * <p> The following conversion characters are used for formatting common
1728 * <p> The conversion does not correspond to any argument.
1753 * <p> The conversion does not correspond to any argument.
2504 // %[argument_index$][flags][width][.precision][t]conversion
2642 private char conversion(String s) {
2656 private char conversion() {
2675 conversion(m.group(idx));
3651 // This conversion isn't supported. The error should be