Home | History | Annotate | Download | only in unicode

Lines Matching full:fraction

188  * <p>We also add a special rule called a <em>fraction rule </em>for numbers with fractional
206 * flexible fraction handling. A complete description of the rule syntax follows:</p>
268 * <td>The rule is an <em>improper fraction rule.</em></td>
272 * <td>The rule is a <em>proper fraction rule.</em></td>
282 * rule set.&nbsp; In a fraction rule set, the base value is the same as the preceding rule's
287 * <p>A rule set may be either a regular rule set or a <em>fraction rule set,</em> depending
290 * fraction rule set.</p>
300 * <li>If the number has a fractional part and is greater than 1, use the improper fraction
302 * <li>If the number has a fractional part and is between 0 and 1, use the proper fraction
310 * <p>If the rule set is a fraction rule set, do the following:
313 * <li>Ignore negative-number and fraction rules.</li>
319 * to try each rule's base value as a possible denominator of a fraction. Whichever
320 * denominator produces the fraction closest in value to the number being formatted wins.) If
322 * the fraction is anything other than 1; if the numerator is 1, use the original matching
357 * <td>in fraction or master rule</td>
362 * <td>in rule in fraction rule set</td>
389 * <td>in fraction or master rule</td>
394 * <td>in rule in fraction rule set</td>
414 * <td>in improper-fraction rule</td>
426 * <td>in proper-fraction rule</td>
431 * <td>in rule in fraction rule set</td>
456 * <li>If you omit the substitution descriptor in a &gt;&gt; substitution in a fraction rule,
459 * fraction rule set, format the result using the default rule set for this formatter.</li>