Home | History | Annotate | Download | only in unicode

Lines Matching full:significant

204  *     <td>Significant digit
302 * grouping sizes: One used for the least significant integer digits, the
392 * notation</a> or <a href="#sigdig">significant digits</a>.
395 * <em>maximum integer digits</em>, then only the least significant
466 * digit counts using significant digits logic. The maximum number of
467 * significant digits limits the total number of integer and fraction
470 * See the section on significant digits for more details.
472 * <li>The number of significant digits shown is determined as
474 * minimum number of significant digits shown is one, and the maximum
475 * number of significant digits shown is the sum of the <em>minimum
478 * then all significant digits are shown. If
479 * areSignificantDigitsUsed() returns true, then the significant digit
487 * <a name="sigdig"><strong>Significant Digits</strong></a>
490 * digits are shows: (a) significant digits counts, or (b) integer and
492 * described above. When a formatter is using significant digits
496 * digits are required to display the specified number of significant
502 * <td align=left>Minimum significant digits
503 * <td align=left>Maximum significant digits
533 * <li>Significant digit counts may be expressed using patterns that
534 * specify a minimum and maximum number of significant digits. These
536 * characters. The minimum number of significant digits is the number
537 * of <code>'@'</code> characters. The maximum number of significant
541 * significant digits. The pattern <code>"@##"</code> indicates from
542 * 1 to 3 significant digits. Trailing zero digits to the right of
544 * significant digits have been shown. For example, the pattern
548 * <li>If a pattern uses significant digits, it may not contain a
555 * effect on the minimum and maximum significant digits counts, but
557 * <code>"#,#@#"</code> indicates a minimum of one significant digits,
558 * a maximum of two significant digits, and a grouping size of three.
560 * <li>In order to enable significant digits formatting, use a pattern
564 * <li>In order to disable significant digits formatting, use a
568 * <li>The number of significant digits has no effect on parsing.
570 * <li>Significant digits may be used together with exponential notation. Such
578 * digit counts, as set via the API, are ignored. If significant
604 * used, because the pattern width is significant with padding. In the pattern
1583 * grouping interval is used for the least significant integer
1604 * size is used for all intervals, not just the least significant.
1793 * Returns the minimum number of significant digits that will be
1796 * @return the fewest significant digits that will be shown
1802 * Returns the maximum number of significant digits that will be
1805 * @return the most significant digits that will be shown
1811 * Sets the minimum number of significant digits that will be
1813 * to one. If the maximum significant digits count is less than
1815 * This function also enables the use of significant digits
1818 * @param min the fewest significant digits to be shown
1824 * Sets the maximum number of significant digits that will be
1826 * to one. If the minimum significant digits count is greater
1828 * This function also enables the use of significant digits
1831 * @param max the most significant digits to be shown
1837 * Returns true if significant digits are in use, or false if
1839 * @return true if significant digits are in use
1845 * Sets whether significant digits are in use, or integer and
1847 * @param useSignificantDigits true to use significant digits, or