Home | History | Annotate | Download | only in text

Lines Matching defs:FRACTION

87  * subclasses of NumberFormat. With this format, a fraction like
237 * the position of the fraction part of a formatted number should be returned.
470 * Sets whether to ignore the fraction part of a number when parsing
1121 * Returns the maximum number of digits allowed in the fraction
1126 * @return the maximum number of fraction digits
1134 * Sets the maximum number of digits allowed in the fraction portion of a
1139 * @param newValue the maximum number of fraction digits to be shown; if
1151 * Returns the minimum number of digits allowed in the fraction portion of a
1155 * this number of fraction digits. When parsing, this has no effect.
1156 * @return the minimum number of fraction digits
1164 * Sets the minimum number of digits allowed in the fraction portion of a
1169 * @param newValue the minimum number of fraction digits to be shown; if
1753 public static final Field FRACTION = new Field("fraction");
1802 if (this.getName().equals(FRACTION.getName()))
1803 return FRACTION;