Lines Matching refs:IsoCode
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()
1562 u_charsToUChars(currencySymbols[matchIndexInSymbol].IsoCode, result, 4); in uprv_parseCurrency()