Home
last modified time | relevance | path

Searched defs:currency (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_number_format_test.cpp49 string currency = "978"; variable
79 string currency = "111"; variable
109 string currency = "a1b"; variable
139 string currency = "a#b"; variable
169 string currency = "ab"; variable
199 string currency = "abcd"; variable
H A Dintl_test.cpp310 string currency = "EUR"; variable
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h65 std::string currency; variable
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp592 std::string NumberFormat::GetCurrencyFromConfig(const std::string& currency) in GetCurrencyFromConfig()