Home | History | Annotate | Download | only in unicode

Lines Matching full:significant

209  *     <td>Significant digit
307 * grouping sizes: One used for the least significant integer digits, the
397 * notation</a> or <a href="#sigdig">significant digits</a>.
400 significant
471 * digit counts using significant digits logic. The maximum number of
472 * significant digits limits the total number of integer and fraction
475 * See the section on significant digits for more details.
477 * <li>The number of significant digits shown is determined as
479 * minimum number of significant digits shown is one, and the maximum
480 * number of significant digits shown is the sum of the <em>minimum
483 * then all significant digits are shown. If
484 * areSignificantDigitsUsed() returns true, then the significant digit
492 * <a name="sigdig"><strong>Significant Digits</strong></a>
495 * digits are shows: (a) significant digits counts, or (b) integer and
497 * described above. When a formatter is using significant digits
501 * digits are required to display the specified number of significant
507 * <td align=left>Minimum significant digits
508 * <td align=left>Maximum significant digits
538 * <li>Significant digit counts may be expressed using patterns that
539 * specify a minimum and maximum number of significant digits. These
541 * characters. The minimum number of significant digits is the number
542 * of <code>'@'</code> characters. The maximum number of significant
546 * significant digits. The pattern <code>"@##"</code> indicates from
547 * 1 to 3 significant digits. Trailing zero digits to the right of
549 * significant digits have been shown. For example, the pattern
553 * <li>If a pattern uses significant digits, it may not contain a
560 * effect on the minimum and maximum significant digits counts, but
562 * <code>"#,#@#"</code> indicates a minimum of one significant digits,
563 * a maximum of two significant digits, and a grouping size of three.
565 * <li>In order to enable significant digits formatting, use a pattern
569 * <li>In order to disable significant digits formatting, use a
573 * <li>The number of significant digits has no effect on parsing.
575 * <li>Significant digits may be used together with exponential notation. Such
583 * digit counts, as set via the API, are ignored. If significant
609 * used, because the pattern width is significant with padding. In the pattern
1621 * grouping interval is used for the least significant integer
1642 * size is used for all intervals, not just the least significant.
1888 * Returns the minimum number of significant digits that will be
1891 * @return the fewest significant digits that will be shown
1897 * Returns the maximum number of significant digits that will be
1900 * @return the most significant digits that will be shown
1906 * Sets the minimum number of significant digits that will be
1908 * to one. If the maximum significant digits count is less than
1910 * This function also enables the use of significant digits
1913 * @param min the fewest significant digits to be shown
1919 * Sets the maximum number of significant digits that will be
1921 * to one. If the minimum significant digits count is greater
1923 * This function also enables the use of significant digits
1926 * @param max the most significant digits to be shown
1932 * Returns true if significant digits are in use, or false if
1934 * @return true if significant digits are in use
1940 * Sets whether significant digits are in use, or integer and
1942 * @param useSignificantDigits true to use significant digits, or