HomeSort by relevance Sort by last modified time
    Searched refs:IsoCode (Results 1 - 2 of 2) sorted by null

  /external/jhead/
makernote.c 120 int IsoCode = Get16u(ValuePtr + 16*sizeof(unsigned short));
121 if (IsoCode >= 16 && IsoCode <= 24){
122 ImageInfo.ISOequivalent = 50 << (IsoCode-16);
  /external/icu4c/i18n/
ucurr.cpp 325 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
330 return CReg::reg(isoCode, id, status);
653 const char* IsoCode; // key
858 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
865 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
873 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
881 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
915 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
945 printf("iso: %s\n", (*currencyNames)[index].IsoCode);
    [all...]

Completed in 130 milliseconds