Searched refs:IsoCode (Results 1 – 3 of 3) 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()
848 const char* IsoCode; // key member1057 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()1064 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()1073 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()1083 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames()1091 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso; in collectCurrencyNames()1125 (*currencyNames)[*total_currency_name_count].IsoCode = iso; in collectCurrencyNames()1155 printf("iso: %s\n", (*currencyNames)[index].IsoCode); in collectCurrencyNames()1165 printf("iso: %s\n", (*currencySymbols)[index].IsoCode); in collectCurrencyNames()1558 printf("== ISO=%s\n", currencySymbols[matchIndexInSymbol].IsoCode); in uprv_parseCurrency()[all …]