Searched defs:format_style (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Di18n.cc241 icu::NumberFormat::EStyles format_style; local
243 format_style = icu::NumberFormat::kIsoCurrencyStyle;
245 format_style = icu::NumberFormat::kPluralCurrencyStyle;
247 format_style = icu::NumberFormat::kCurrencyStyle;
250 UNumberFormatStyle format_style; local
252 format_style = UNUM_CURRENCY_ISO;
254 format_style = UNUM_CURRENCY_PLURAL;
256 format_style = UNUM_CURRENCY;
261 icu::NumberFormat::createInstance(icu_locale, format_style, status));

Completed in 226 milliseconds