Home | History | Annotate | Download | only in text

Lines Matching defs:FRACTION

107  * format for displaying percentages. With this format, a fraction like
191 * the position of the fraction part of a formatted number should be returned.
694 * Returns the maximum number of digits allowed in the fraction portion of a
705 * Sets the maximum number of digits allowed in the fraction portion of a
711 * @param newValue the maximum number of fraction digits to be shown; if
724 * Returns the minimum number of digits allowed in the fraction portion of a
735 * Sets the minimum number of digits allowed in the fraction portion of a
741 * @param newValue the minimum number of fraction digits to be shown; if
775 * number of fraction digits used by the number format.
1154 * Constant identifying the fraction field.
1156 public static final Field FRACTION = new Field("fraction");