Home
last modified time | relevance | path

Searched refs:currency (Results 1 – 3 of 3) sorted by relevance

/base/global/i18n/frameworks/intl/src/
Dnumber_format.cpp111 if (!currency.empty()) { in InitProperties()
114 … numberFormat.unit(icu::CurrencyUnit(icu::UnicodeString(currency.c_str()).getBuffer(), status)); in InitProperties()
213 currency = configs["currency"]; in ParseConfigs()
333 if (!currency.empty()) { in GetResolvedOptions()
334 map.insert(std::make_pair("currency", currency)); in GetResolvedOptions()
401 return currency; in GetCurrency()
/base/global/i18n/frameworks/intl/include/
Dnumber_format.h64 std::string currency; variable
/base/global/i18n/frameworks/intl/test/unittest/
Dintl_test.cpp243 string currency = "EUR"; variable
246 { "currency", currency },
259 EXPECT_EQ(numFmt->GetCurrency(), currency);