Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h105 static std::unordered_map<std::string, UNumberUnitWidth> currencyStyle; member in OHOS::Global::I18n::NumberFormat
/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp41 std::unordered_map<std::string, UNumberUnitWidth> NumberFormat::currencyStyle = { member in OHOS::Global::I18n::NumberFormat
267 if (configs.count("currencyDisplay") > 0 && currencyStyle.count(configs["currencyDisplay"]) > 0) { in ParseConfigs()
269 currencyDisplay = currencyStyle[currencyDisplayString]; in ParseConfigs()

Completed in 2 milliseconds