Searched refs:IsoCode (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | ucurr.cpp | 854 const char* IsoCode; // key member 1037 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1047 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1057 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames() 1065 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1099 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames() 1129 printf("iso: %s\n", (*currencyNames)[index].IsoCode); in collectCurrencyNames() 1139 printf("iso: %s\n", (*currencySymbols)[index].IsoCode); in collectCurrencyNames() 1577 printf("== ISO=%s\n", currencySymbols[matchIndexInSymbol].IsoCode); in uprv_parseCurrency() 1582 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4); in uprv_parseCurrency() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucurr.cpp | 854 const char* IsoCode; // key member 1037 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1047 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1057 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames() 1065 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1099 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames() 1129 printf("iso: %s\n", (*currencyNames)[index].IsoCode); in collectCurrencyNames() 1139 printf("iso: %s\n", (*currencySymbols)[index].IsoCode); in collectCurrencyNames() 1577 printf("== ISO=%s\n", currencySymbols[matchIndexInSymbol].IsoCode); in uprv_parseCurrency() 1582 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4); in uprv_parseCurrency() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucurr.cpp | 831 const char* IsoCode; // key member 1014 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1024 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1034 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames() 1042 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames() 1076 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames() 1106 printf("iso: %s\n", (*currencyNames)[index].IsoCode); in collectCurrencyNames() 1116 printf("iso: %s\n", (*currencySymbols)[index].IsoCode); in collectCurrencyNames() 1554 printf("== ISO=%s\n", currencySymbols[matchIndexInSymbol].IsoCode); in uprv_parseCurrency() 1559 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4); in uprv_parseCurrency() [all …]
|