Home | History | Annotate | Download | only in unicode

Lines Matching refs:createInstance

72  *    NumberFormat* nf = NumberFormat::createInstance(success)
88 * nf = NumberFormat::createInstance( success );
100 * call to createInstance().
103 * nf = NumberFormat::createInstance( Locale::FRENCH, success );
114 * Use createInstance to get the normal number format for that country.
120 * Starting from ICU 4.2, you can use createInstance() by passing in a 'style'
123 * use createInstance(...kNumberStyle...) to get the normal number format,
124 * createInstance(...kPercentStyle...) to get a format for displaying
126 * createInstance(...kScientificStyle...) to get a format for displaying
128 * createInstance(...kCurrencyStyle...) to get the currency number format,
130 * createInstance(...kIsoCurrencyStyle...) to get the currency number format,
132 * createInstance(...kPluralCurrencyStyle...) to get the currency number format,
686 static NumberFormat* U_EXPORT2 createInstance(UErrorCode&);
696 static NumberFormat* U_EXPORT2 createInstance(const Locale& inLocale,
707 static NumberFormat* U_EXPORT2 createInstance(const Locale& desiredLocale,
789 * NumberFormat::createInstance to avoid undefined behavior.
803 * NumberFormat::createInstance to avoid undefined behavior.