Searched refs:format_style (Results 1 – 1 of 1) sorted by relevance
241 icu::NumberFormat::EStyles format_style; in CreateICUNumberFormat() local243 format_style = icu::NumberFormat::kIsoCurrencyStyle; in CreateICUNumberFormat()245 format_style = icu::NumberFormat::kPluralCurrencyStyle; in CreateICUNumberFormat()247 format_style = icu::NumberFormat::kCurrencyStyle; in CreateICUNumberFormat()250 UNumberFormatStyle format_style; in CreateICUNumberFormat() local252 format_style = UNUM_CURRENCY_ISO; in CreateICUNumberFormat()254 format_style = UNUM_CURRENCY_PLURAL; in CreateICUNumberFormat()256 format_style = UNUM_CURRENCY; in CreateICUNumberFormat()261 icu::NumberFormat::createInstance(icu_locale, format_style, status)); in CreateICUNumberFormat()