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 36 const UChar *isoCode; /* const because it's a reference to a resource bundle string. */
339 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
344 return CReg::reg(isoCode, id, status);
693 const char* IsoCode; // key
897 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
904 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
912 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
920 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
954 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
    [all...]

Completed in 99 milliseconds