Home | History | Annotate | Download | only in unicode

Lines Matching refs:NumberFormat

76  * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
84 * <p>To obtain a NumberFormat for a specific locale (including the default
85 * locale) call one of NumberFormat's factory methods such as
87 * you know what you are doing, since the NumberFormat factory methods may
95 * const Locale* locales = NumberFormat::getAvailableLocales(locCount);
99 * NumberFormat* form;
117 * form = NumberFormat::createInstance(locales[i], success ); break;
119 * form = NumberFormat::createCurrencyInstance(locales[i], success ); break;
121 * form = NumberFormat::createPercentInstance(locales[i], success ); break;
146 * for (int j=NumberFormat::kNumberStyle;
147 * j<=NumberFormat::kPluralCurrencyStyle;
149 * NumberFormat* format = NumberFormat::createInstance(locale, j, success);
163 * object. When using the NumberFormat factory methods, the
383 * NumberFormat.getInstance(ULocale, NumberFormat.CURRENCYSTYLE) can parse
668 class U_I18N_API DecimalFormat: public NumberFormat {
709 * on NumberFormat such as createInstance. These factories will
710 * return the most appropriate sub-class of NumberFormat for a given
724 * on NumberFormat such as createInstance. These factories will
725 * return the most appropriate sub-class of NumberFormat for a given
741 * locale, use the factory methods on NumberFormat such as
744 * a NumberFormat factory method.
846 * locale, use the factory methods on NumberFormat such as
849 * a NumberFormat factory method.
869 * locale, use the factory methods on NumberFormat such as
872 * a NumberFormat factory method.
926 using NumberFormat::format;
1102 * The default implementation in NumberFormat converts the decimal number
1156 * The default implementation in NumberFormat converts the decimal number
1173 using NumberFormat::parse;
1600 * @see NumberFormat::isGroupingUsed
1613 * @see NumberFormat::setGroupingUsed
1633 * @see NumberFormat::isGroupingUsed
1646 * @see NumberFormat#setGroupingUsed
1849 * @see NumberFormat#setMaximumIntegerDigits
1860 * @see NumberFormat#setMinimumIntegerDigits
1871 * @see NumberFormat#setMaximumFractionDigits
1882 * @see NumberFormat#setMinimumFractionDigits