Home | History | Annotate | Download | only in unicode

Lines Matching full:formatting

34  * formatting and parsing a number.  Also provides methods for
57 * If you are formatting multiple numbers, it is more efficient to get
366 * Create and return a new UNumberFormat for formatting and parsing
386 * @param locale A locale identifier to use to determine formatting
837 * Get a locale for which decimal formatting patterns are available.
839 * formatting and parsing for the locale. The results of this call are not
842 * @return A locale for which number formatting patterns are available, or 0 if none.
850 * Determine how many locales have decimal formatting patterns available. The
854 * @return The number of locales for which decimal formatting patterns are available.
937 * decimal point when formatting. Amounts will be multiplied by 10 ^ (scale)
971 * For example, formatting the value 1234 with 4 max int digits would succeed, but formatting 12345 would fail. There is no effect on parsing.
978 * Has no effect on formatting.
988 * Has no effect on formatting.