Home | History | Annotate | Download | only in i18n

Lines Matching refs:isoCode

41     const UChar *isoCode; /* const because it's a reference to a resource bundle string. */
493 ucurr_register(const UChar* isoCode, const char* locale, UErrorCode *status)
498 return CReg::reg(isoCode, id, status);
848 const char* IsoCode; // key
1057 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
1064 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
1073 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
1083 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
1091 (*currencySymbols)[*total_currency_symbol_count].IsoCode = iso;
1125 (*currencyNames)[*total_currency_name_count].IsoCode = iso;
1155 printf("iso: %s\n", (*currencyNames)[index].IsoCode);
1165 printf("iso: %s\n", (*currencySymbols)[index].IsoCode);
1558 printf("== ISO=%s\n", currencySymbols[matchIndexInSymbol].IsoCode);
1563 u_charsToUChars(currencyNames[matchIndex].IsoCode, result, 4);
1566 u_charsToUChars(currencySymbols[matchIndexInSymbol].IsoCode, result, 4);
2048 const UChar *isoCode = ures_getString(idRes, &isoLength, &localStatus);
2080 entry->isoCode = isoCode;
2085 uhash_put(isoCodes, (UChar *)isoCode, entry, &localStatus);
2167 ucurr_isAvailable(const UChar* isoCode, UDate from, UDate to, UErrorCode* eErrorCode) {
2173 IsoCodeEntry* result = (IsoCodeEntry *) uhash_get(gIsoCodes, isoCode);