Searched refs:IsoCode (Results 1 – 2 of 2) sorted by relevance
120 int IsoCode = Get16u(ValuePtr + 16*sizeof(unsigned short)); in ProcessCanonMakerNoteDir() local121 if (IsoCode >= 16 && IsoCode <= 24){ in ProcessCanonMakerNoteDir()122 ImageInfo.ISOequivalent = 50 << (IsoCode-16); in ProcessCanonMakerNoteDir()
852 const char* IsoCode; // key member1067 (*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()[all …]