HomeSort by relevance Sort by last modified time
    Searched defs:CurrencyAffixInfo (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
affixpatternparser.h 38 class U_I18N_API CurrencyAffixInfo : public UMemory {
44 CurrencyAffixInfo();
58 equals(const CurrencyAffixInfo &other) const {
374 * @param currencyAffixInfo contains the currency forms.
381 const CurrencyAffixInfo &currencyAffixInfo,
affixpatternparser.cpp 79 CurrencyAffixInfo::CurrencyAffixInfo()
87 CurrencyAffixInfo::set(
132 CurrencyAffixInfo::adjustPrecision(
643 const CurrencyAffixInfo &currencyAffixInfo,
670 currencyAffixInfo.getSymbol(), UNUM_CURRENCY_FIELD);
674 currencyAffixInfo.getISO(), UNUM_CURRENCY_FIELD);
678 currencyAffixInfo.getLong(), UNUM_CURRENCY_FIELD, status);

Completed in 61 milliseconds