Home | History | Annotate | Download | only in unicode

Lines Matching full:formatted

104  * the number being formatted is an even multiple of 10 (the hyphen is a literal hyphen; 24
119 * formatted by the divisor. The integral quotient is used to fill in the <<
122 * formatted is an even multiple of the rule's divisor. The rules are applied recursively, so
196 * fractional part is formatted as a series of single-digit numbers (e.g., 123.456 would be
197 * formatted as &quot;one hundred twenty-three point four five six&quot;).</p>
297 * use the master rule.&nbsp; (If the number being formatted was passed in as a <tt>long</tt>,
314 * <li>For each rule in the list, multiply the number being formatted (which will always be
320 * denominator produces the fraction closest in value to the number being formatted wins.) If
333 * the number being formatted.</p>
337 * number being formatted. An optional <em>substitution descriptor </em>specifies how the
826 * @param obj the object to be formatted.
827 * @param result Output param which will receive the formatted string.
838 * @param number the double value to be formatted.
839 * @param output Output param which will receive the formatted string.
848 * @param number the long value to be formatted.
849 * @param output Output param which will receive the formatted string.