Lines Matching full:iso
216 UChar iso[ISO_COUNTRY_CODE_LENGTH+1];
228 uprv_memcpy(iso, _iso, ISO_COUNTRY_CODE_LENGTH * sizeof(const UChar));
229 iso[ISO_COUNTRY_CODE_LENGTH] = 0;
283 result = p->iso;
564 // If we fail to find a match, use the ISO 4217 code
640 // If we fail to find a match, use the ISO 4217 code
743 ++(*total_currency_symbol_count); // iso code
815 char* iso = NULL; // currency ISO code
837 iso = (char*)ures_getKey(names);
839 uhash_put(currencyIsoCodes, iso, iso, &ec3);
841 if (uhash_get(currencyIsoCodes, iso) != NULL) {
845 uhash_put(currencyIsoCodes, iso, iso, &ec3);
861 // put iso, formats[i]; into array
865 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
872 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
880 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
886 // put (iso, 3, and iso) in to array
887 // Add currency ISO code.
888 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
890 (*currencySymbols)[*total_currency_symbol_count].currencyName[0] = iso[0];
891 (*currencySymbols)[*total_currency_symbol_count].currencyName[1] = iso[1];
892 (*currencySymbols)[*total_currency_symbol_count].currencyName[2] = iso[2];
905 iso = (char*)ures_getKey(names);
906 // Using hash to remove duplicated ISO codes in fallback chain.
908 uhash_put(currencyPluralIsoCodes, iso, iso, &ec4);
910 if (uhash_get(currencyPluralIsoCodes, iso) != NULL) {
914 uhash_put(currencyPluralIsoCodes, iso, iso, &ec4);
923 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
953 printf("iso
964 printf("iso: %s\n", (*currencySymbols)[index].IsoCode);
1179 // currency symbols and ISO code, case sensitive
1352 // case sensitive comparison against currency symbols and ISO code.
1381 * Internal method. Given a currency ISO code and a locale, return
1391 uprv_getStaticCurrencyName(const UChar* iso, const char* loc,
1398 const UChar* currname = ucurr_getName(iso, loc, UCURR_SYMBOL_NAME,
1409 result = iso;
1454 You can look at the CLDR supplemental data or ISO-4217 for the meaning of some
1456 ISO-4217: http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html