Home
last modified time | relevance | path

Searched refs:IsoCode (Results 1 – 2 of 2) sorted by relevance

/external/jhead/
Dmakernote.c120 int IsoCode = Get16u(ValuePtr + 16*sizeof(unsigned short)); in ProcessCanonMakerNoteDir() local
121 if (IsoCode >= 16 && IsoCode <= 24){ in ProcessCanonMakerNoteDir()
122 ImageInfo.ISOequivalent = 50 << (IsoCode-16); in ProcessCanonMakerNoteDir()
/external/icu/icu4c/source/i18n/
Ducurr.cpp852 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()
[all …]