Home | History | Annotate | Download | only in unicode

Lines Matching full:formatted

288  * "#,##,##0", and the number 123456789 is formatted as "12,34,56,789".  If a
376 * digits are shown. For example, 1997 is formatted as "97" if the
381 * example, 1997 is formatted as "01997" if the minimum integer digits
386 * maximum fraction digits. For example, 0.125 is formatted as "0.12"
392 * For example, 0.125 is formatted as "0.1250" if the mimimum fraction
398 * formatted as "0.1" if the maximum fraction digits is four or less.
428 * formatted using the localized minus sign, <em>not</em> the prefix and suffix
436 * exponent. Example: 0.00123 formatted with "00.###E0" yields "12.3E-4". This
443 * "##0.###E0". The number 12345 is formatted using "##0.####E0" as "12.345E3".
449 * parsing. For example, 12345 formatted with "##0.##E0" is "12.3E3".
570 * and formatted. The pad escape character is '*' in unlocalized patterns, and
614 * rounded to their formatted width.
836 * @param number The value to be formatted.
851 * @param number The value to be formatted.
869 * @param number The value to be formatted.
884 * @param number The value to be formatted.
902 * @param number The value to be formatted.
917 * @param number The value to be formatted.
998 * @param obj The value to be formatted.
1031 * @param number The value to be formatted.
1045 * @param number The value to be formatted.
1059 * @param number The value to be formatted.
1926 * @param digits the digits to be formatted.