Home | History | Annotate | Download | only in unicode

Lines Matching full:fraction

187  * <p>We also add a special rule called a <em>fraction rule </em>for numbers with fractional
205 * flexible fraction handling. A complete description of the rule syntax follows:</p>
267 * <td>The rule is an <em>improper fraction rule.</em></td>
271 * <td>The rule is a <em>proper fraction rule.</em></td>
281 * rule set.&nbsp; In a fraction rule set, the base value is the same as the preceding rule's
286 * <p>A rule set may be either a regular rule set or a <em>fraction rule set,</em> depending
289 * fraction rule set.</p>
299 * <li>If the number has a fractional part and is greater than 1, use the improper fraction
301 * <li>If the number has a fractional part and is between 0 and 1, use the proper fraction
309 * <p>If the rule set is a fraction rule set, do the following:
312 * <li>Ignore negative-number and fraction rules.</li>
318 * to try each rule's base value as a possible denominator of a fraction. Whichever
319 * denominator produces the fraction closest in value to the number being formatted wins.) If
321 * the fraction is anything other than 1; if the numerator is 1, use the original matching
356 * <td>in fraction or master rule</td>
361 * <td>in rule in fraction rule set</td>
388 * <td>in fraction or master rule</td>
393 * <td>in rule in fraction rule set</td>
413 * <td>in improper-fraction rule</td>
425 * <td>in proper-fraction rule</td>
430 * <td>in rule in fraction rule set</td>
473 * <li>If you omit the substitution descriptor in a &gt;&gt; substitution in a fraction rule,
476 * fraction rule set, format the result using the default rule set for this formatter.</li>