Lines Matching full:decimal
31 * \brief C++ API: Formats decimal numbers.
76 * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
219 * <td>Decimal separator or monetary decimal separator
265 * If present in a pattern, the monetary decimal separator
266 * is used instead of the decimal separator.
293 * thousands separators, decimal separators, etc. may be set to arbitrary
299 * decimal separator and thousands separator should be distinct characters, or
354 * decimal point and the first grouping symbol, and that
371 * decimal digits, as defined by u_charDigitValue(). In addition,
421 * <em>j</em> positions after the decimal, where <em>j</em> is less
548 * the decimal separator are suppressed after the minimum number of
554 * decimal separator, nor the <code>'0'</code> pattern character.
765 * @param style style of decimal format
1078 * Format a decimal number.
1080 * as defined in the Decimal Arithmetic Specification, available at
1081 * http://speleotrove.com/decimal
1100 * Format a decimal number.
1101 * The number is a DigitList wrapper onto a floating point decimal number.
1102 * The default implementation in NumberFormat converts the decimal number
1105 * @param number The number, a DigitList format Decimal Floating Point.
1120 * Format a decimal number.
1137 * Format a decimal number.
1154 * Format a decimal number.
1155 * The number is a DigitList wrapper onto a floating point decimal number.
1156 * The default implementation in NumberFormat converts the decimal number
1159 * @param number The number, a DigitList format Decimal Floating Point.
1221 * Returns the decimal format symbols, which is generally not changed
1230 * Sets the decimal format symbols, which is generally not changed
1238 * Sets the decimal format symbols, which is generally not changed
1690 * Allows you to get the behavior of the decimal separator with integers.
1691 * (The decimal separator will always appear with decimals.)
1693 * @return TRUE if the decimal separator always appear with decimals.
1694 * Example: Decimal ON: 12345 -> 12345.; OFF: 12345 -> 12345
1700 * Allows you to set the behavior of the decimal separator with integers.
1701 * (The decimal separator will always appear with decimals.)
1703 * @param newValue set TRUE if the decimal separator will always appear with decimals.
1704 * Example: Decimal ON: 12345 -> 12345.; OFF: 12345 -> 12345
1710 * Allows you to get the parse behavior of the pattern decimal mark.
1712 * @return TRUE if input must contain a match to decimal mark in pattern
1718 * Allows you to set the behavior of the pattern decimal mark.
1720 * if TRUE, the input must have a decimal mark if one was specified in the pattern. When
1721 * FALSE the decimal mark may be omitted from the input.
1723 * @param newValue set TRUE if input must contain a match to decimal mark in pattern
1988 * The resource tags we use to retrieve decimal format data from
2221 // style is only valid when decimal formatter is constructed by
2248 // Decimal Format Static Sets singleton.