Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducurr.cpp900 …eCount(const char* loc, int32_t* total_currency_name_count, int32_t* total_currency_symbol_count) { in getCurrencyNameCount() argument
903 *total_currency_symbol_count = 0; in getCurrencyNameCount()
930 *total_currency_symbol_count += fmt_count; in getCurrencyNameCount()
932 ++(*total_currency_symbol_count); // currency symbol in getCurrencyNameCount()
934 …*total_currency_symbol_count += countEquivalent(*currencySymbolsEquiv, UnicodeString(TRUE, s, len)… in getCurrencyNameCount()
938 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
989 int32_t* total_currency_symbol_count, in collectCurrencyNames() argument
1003 getCurrencyNameCount(loc, total_currency_name_count, total_currency_symbol_count); in collectCurrencyNames()
1008 (sizeof(CurrencyNameStruct) * (*total_currency_symbol_count)); in collectCurrencyNames()
1020 *total_currency_symbol_count = 0; in collectCurrencyNames()
[all …]