Searched refs:currency (Results 1 – 3 of 3) sorted by relevance
111 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()
64 std::string currency; variable
243 string currency = "EUR"; variable246 { "currency", currency },259 EXPECT_EQ(numFmt->GetCurrency(), currency);