Searched refs:format_style (Results 1 – 1 of 1) sorted by relevance
319 icu::NumberFormat::EStyles format_style; in CreateICUNumberFormat() local321 format_style = icu::NumberFormat::kIsoCurrencyStyle; in CreateICUNumberFormat()323 format_style = icu::NumberFormat::kPluralCurrencyStyle; in CreateICUNumberFormat()325 format_style = icu::NumberFormat::kCurrencyStyle; in CreateICUNumberFormat()328 UNumberFormatStyle format_style; in CreateICUNumberFormat() local330 format_style = UNUM_CURRENCY_ISO; in CreateICUNumberFormat()332 format_style = UNUM_CURRENCY_PLURAL; in CreateICUNumberFormat()334 format_style = UNUM_CURRENCY; in CreateICUNumberFormat()339 icu::NumberFormat::createInstance(icu_locale, format_style, status)); in CreateICUNumberFormat()