Home | History | Annotate | Download | only in i18n

Lines Matching refs:isoCode

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;
984 printf("iso: %s\n", (*currencyNames)[index].IsoCode);
995 printf("iso: %s\n", (*currencySymbols)[index].IsoCode);
1389 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4);
1392 u_charsToUChars(currencySymbols[matchIndexInSymbol].IsoCode, result, 4);
1870 const UChar *isoCode = ures_getString(idRes, &isoLength, &localStatus);
1902 entry->isoCode = isoCode;
1907 uhash_put(gIsoCodes, (UChar *)isoCode, entry, &localStatus);
1933 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) {
1959 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode);