Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h99 static const int CURRENCY_LEN = 3; member in OHOS::Global::I18n::NumberFormat
/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp576 UChar code[CURRENCY_LEN + 1]; // +1 includes the NUL in ReadISO4217Ddatas()
586 ss << std::setw(CURRENCY_LEN) << std::setfill('0') << numCode; // fill with '0' in ReadISO4217Ddatas()
595 if (currency.size() != CURRENCY_LEN) { in GetCurrencyFromConfig()

Completed in 2 milliseconds