Home | History | Annotate | Download | only in unicode

Lines Matching refs:NumberFormat

77  * DecimalFormat is a concrete subclass of NumberFormat that formats decimal
85 * <p>To obtain a NumberFormat for a specific locale (including the default
86 * locale) call one of NumberFormat's factory methods such as
88 * you know what you are doing, since the NumberFormat factory methods may
96 * const Locale* locales = NumberFormat::getAvailableLocales(locCount);
100 * NumberFormat* form;
118 * form = NumberFormat::createInstance(locales[i], success ); break;
120 * form = NumberFormat::createCurrencyInstance(locales[i], success ); break;
122 * form = NumberFormat::createPercentInstance(locales[i], success ); break;
147 * for (int j=NumberFormat::kNumberStyle;
148 * j<=NumberFormat::kPluralCurrencyStyle;
150 * NumberFormat* format = NumberFormat::createInstance(locale, j, success);
164 * object. When using the NumberFormat factory methods, the
384 * NumberFormat.getInstance(ULocale, NumberFormat.CURRENCYSTYLE) can parse
669 class U_I18N_API DecimalFormat: public NumberFormat {
710 * on NumberFormat such as createInstance. These factories will
711 * return the most appropriate sub-class of NumberFormat for a given
725 * on NumberFormat such as createInstance. These factories will
726 * return the most appropriate sub-class of NumberFormat for a given
742 * locale, use the factory methods on NumberFormat such as
745 * a NumberFormat factory method.
847 * locale, use the factory methods on NumberFormat such as
850 * a NumberFormat factory method.
870 * locale, use the factory methods on NumberFormat such as
873 * a NumberFormat factory method.
927 using NumberFormat::format;
1103 * The default implementation in NumberFormat converts the decimal number
1157 NumberFormat converts the decimal number
1174 using NumberFormat::parse;
1601 * @see NumberFormat::isGroupingUsed
1614 * @see NumberFormat::setGroupingUsed
1634 * @see NumberFormat::isGroupingUsed
1647 * @see NumberFormat#setGroupingUsed
1852 * @see NumberFormat#setMaximumIntegerDigits
1863 * @see NumberFormat#setMinimumIntegerDigits
1874 * @see NumberFormat#setMaximumFractionDigits
1885 * @see NumberFormat#setMinimumFractionDigits