Home | History | Annotate | Download | only in unicode

Lines Matching full:fraction

321  * number     := (integer ('.' fraction)?) | sigDigits
325 * fraction := '0'* '#'*
404 * <li>If the number of actual fraction digits exceeds the <em>maximum
405 * fraction digits</em>, then rounding is performed to the
406 * maximum fraction digits. For example, 0.125 is formatted as "0.12"
407 * if the maximum fraction digits is 2. This behavior can be changed
410 * <li>If the number of actual fraction digits is less than the
411 * <em>minimum fraction digits</em>, then trailing zeros are added.
412 * For example, 0.125 is formatted as "0.1250" if the mimimum fraction
417 * than the maximum fraction digits. For example, 0.10004 is
418 * formatted as "0.1" if the maximum fraction digits is four or less.
467 * significant digits limits the total number of integer and fraction
476 * integer</em> and <em>maximum fraction</em> digits, and is
491 * fraction digit counts. Integer and fraction digit counts are
493 * counts, the number of integer and fraction digits is not specified
495 * Instead, the formatter uses however many integer and fraction
572 * maximum integer digit count of one, a minimum fraction digit count of
573 * <code>getMinimumSignificantDigits() - 1</code>, and a maximum fraction digit
577 * <li>If signficant digits are in use, then the integer and fraction
1692 * This means a minimum of 2 integer digits, 1 fraction digit, and
1693 * a maximum of 2 fraction digits.
1736 * This means a minimum of 2 integer digits, 1 fraction digit, and
1737 * a maximum of 2 fraction digits.
1792 * Sets the maximum number of digits allowed in the fraction portion of a
1793 * number. This override limits the fraction digit count to 340.
1796 * allowed in the fraction portion of a number.
1803 * Sets the minimum number of digits allowed in the fraction portion of a
1804 * number. This override limits the fraction digit count to 340.
1807 * allowed in the fraction portion of a number.
1859 * integer and fraction digit counts are in use.
1867 * fraction digit counts are in use.
1869 * false to use integer and fraction digit counts
2214 // get the currency fraction with respect to currency usage
2435 /** number of fraction digits