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 36 class U_I18N_API CurrencyAffixInfo : public UMemory {
42 CurrencyAffixInfo();
56 equals(const CurrencyAffixInfo &other) const {
372 * @param currencyAffixInfo contains the currency forms.
379 const CurrencyAffixInfo &currencyAffixInfo,
affixpatternparser.cpp 73 CurrencyAffixInfo::CurrencyAffixInfo()
81 CurrencyAffixInfo::set(
126 CurrencyAffixInfo::adjustPrecision(
637 const CurrencyAffixInfo &currencyAffixInfo,
664 currencyAffixInfo.getSymbol(), UNUM_CURRENCY_FIELD);
668 currencyAffixInfo.getISO(), UNUM_CURRENCY_FIELD);
672 currencyAffixInfo.getLong(), UNUM_CURRENCY_FIELD, status);

Completed in 36 milliseconds