Home
last modified time | relevance | path

Searched refs:currency_ustr (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc973 const icu::UnicodeString currency_ustr = CurrencyFromSkeleton(skeleton); in ResolvedOptions() local
974 if (!currency_ustr.isEmpty()) { in ResolvedOptions()
976 CHECK(Intl::ToString(isolate, currency_ustr).ToHandle(&currency_string)); in ResolvedOptions()
1332 icu::UnicodeString currency_ustr; in New() local
1342 currency_ustr = currency.c_str(); in New()
1345 if (!currency_ustr.isEmpty()) { in New()
1348 Intl::ToString(isolate, currency_ustr), in New()
1352 settings.unit(icu::CurrencyUnit(currency_ustr.getBuffer(), status)); in New()
1396 int c_digits = CurrencyDigits(currency_ustr); in New()

Completed in 6 milliseconds