Searched defs:iso (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dprobe.c860 struct iso_volume_descriptor *iso; local
863 iso = (struct iso_volume_descriptor *) buf;
864 label = iso->volume_id;
/external/icu4c/i18n/
H A Ducurr.cpp216 UChar iso[ISO_COUNTRY_CODE_LENGTH+1]; member in struct:CReg
228 uprv_memcpy(iso, _iso, ISO_COUNTRY_CODE_LENGTH * sizeof(const UChar));
229 iso[ISO_COUNTRY_CODE_LENGTH] = 0;
283 result = p->iso;
743 ++(*total_currency_symbol_count); // iso code
815 char* iso = NULL; // currency ISO code local
837 iso = (char*)ures_getKey(names);
839 uhash_put(currencyIsoCodes, iso, iso, &ec3);
841 if (uhash_get(currencyIsoCodes, iso) !
1391 uprv_getStaticCurrencyName(const UChar* iso, const char* loc, U_NAMESPACE_QUALIFIER UnicodeString& result, UErrorCode& ec) argument
[all...]

Completed in 67 milliseconds