Lines Matching full:formats
19 * 09/09/97 aliu Ported over support for exponential formats.
31 * \brief C++ API: Formats decimal numbers.
71 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
267 * for example, <code>"'#'#"</code> formats 123 to
353 * "#,##,###" formats the number 123456789 as
376 * style formats no matter which style the formatter is constructed with.
379 * formats such as "USD1.00" and "3.00 US dollars".
391 * description applies to formats that do not use <a href="#sci">scientific
442 * scientific notation. Example: "0.###E0" formats the number 1234 as
451 * exponent and the digits: "0.###E+0" will produce formats "1E+1", "1E+0",
545 * <code>"@##"</code> formats the number 0.1203 as
593 * selector. For example, <code>"$*x#,##0.00"</code> formats 123 to
645 * <li>Some locales use rounding in their currency formats to reflect the
703 * To obtain standard formats for a given locale, use the factory methods
718 * To obtain standard formats for a given locale, use the factory methods
735 * To obtain standard formats for a given
841 * To obtain standard formats for a given
864 * To obtain standard formats for a given
1099 * to a double and formats that.
1119 * to a double and formats that.
1473 * @return TRUE if this object formats and parses scientific notation
1489 * @param useScientific TRUE if this object formats and parses scientific
1590 * the number 123456789 formats as "1,23,45,6789", and the pattern