Lines Matching refs:IsoCode
852 const char* IsoCode; // key member
1067 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
1074 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
1083 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
1093 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames()
1101 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()
1135 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames()
1165 printf("iso: %s\n", (*currencyNames)[index].IsoCode); in collectCurrencyNames()
1175 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()
1585 u_charsToUChars(currencySymbols[matchIndexInSymbol].IsoCode, result, 4); in uprv_parseCurrency()