Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
Ducurr.cpp902 …eCount(const char* loc, int32_t* total_currency_name_count, int32_t* total_currency_symbol_count) { in getCurrencyNameCount() argument
905 *total_currency_symbol_count = 0; in getCurrencyNameCount()
920 ++(*total_currency_symbol_count); // currency symbol in getCurrencyNameCount()
922 …*total_currency_symbol_count += countEquivalent(*currencySymbolsEquiv, UnicodeString(true, s, len)… in getCurrencyNameCount()
924 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
975 int32_t* total_currency_symbol_count, in collectCurrencyNames() argument
989 getCurrencyNameCount(loc, total_currency_name_count, total_currency_symbol_count); in collectCurrencyNames()
994 (sizeof(CurrencyNameStruct) * (*total_currency_symbol_count)); in collectCurrencyNames()
1006 *total_currency_symbol_count = 0; in collectCurrencyNames()
1037 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
[all …]
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp902 …eCount(const char* loc, int32_t* total_currency_name_count, int32_t* total_currency_symbol_count) { in getCurrencyNameCount() argument
905 *total_currency_symbol_count = 0; in getCurrencyNameCount()
920 ++(*total_currency_symbol_count); // currency symbol in getCurrencyNameCount()
922 …*total_currency_symbol_count += countEquivalent(*currencySymbolsEquiv, UnicodeString(true, s, len)… in getCurrencyNameCount()
924 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
975 int32_t* total_currency_symbol_count, in collectCurrencyNames() argument
989 getCurrencyNameCount(loc, total_currency_name_count, total_currency_symbol_count); in collectCurrencyNames()
994 (sizeof(CurrencyNameStruct) * (*total_currency_symbol_count)); in collectCurrencyNames()
1006 *total_currency_symbol_count = 0; in collectCurrencyNames()
1037 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp879 …eCount(const char* loc, int32_t* total_currency_name_count, int32_t* total_currency_symbol_count) { in getCurrencyNameCount() argument
882 *total_currency_symbol_count = 0; in getCurrencyNameCount()
897 ++(*total_currency_symbol_count); // currency symbol in getCurrencyNameCount()
899 …*total_currency_symbol_count += countEquivalent(*currencySymbolsEquiv, UnicodeString(TRUE, s, len)… in getCurrencyNameCount()
901 ++(*total_currency_symbol_count); // iso code in getCurrencyNameCount()
952 int32_t* total_currency_symbol_count, in collectCurrencyNames() argument
966 getCurrencyNameCount(loc, total_currency_name_count, total_currency_symbol_count); in collectCurrencyNames()
971 (sizeof(CurrencyNameStruct) * (*total_currency_symbol_count)); in collectCurrencyNames()
983 *total_currency_symbol_count = 0; in collectCurrencyNames()
1014 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
[all …]