Home
last modified time | relevance | path

Searched refs:ReadISO4217Ddatas (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h112 static bool ReadISO4217Ddatas();
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp564 bool NumberFormat::ReadISO4217Ddatas() in ReadISO4217Ddatas() function in OHOS::Global::I18n::NumberFormat
608 if (ReadISO4217Ddatas() && numToCurrency.find(currency) != numToCurrency.end()) { in GetCurrencyFromConfig()