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
1726 * This means a minimum of 2 integer digits, 1 fraction digit, and
1727 * a maximum of 2 fraction digits.
1770 * This means a minimum of 2 integer digits, 1 fraction digit, and
1771 * a maximum of 2 fraction digits.
1826 * Sets the maximum number of digits allowed in the fraction portion of a
1827 * number. This override limits the fraction digit count to 340.
1830 * allowed in the fraction portion of a number.
1837 * Sets the minimum number of digits allowed in the fraction portion of a
1838 * number. This override limits the fraction digit count to 340.
1841 * allowed in the fraction portion of a number.
1890 * integer and fraction digit counts are in use.
1898 * fraction digit counts are in use.
1900 * false to use integer and fraction digit counts
2407 /** number of fraction digits