Home
last modified time | relevance | path

Searched refs:fPluralAffixesForCurrency (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Ddecimfmt.cpp364 fPluralAffixesForCurrency = NULL; in init()
639 if (fPluralAffixesForCurrency) { in setupCurrencyAffixes()
640 deleteHashForAffix(fPluralAffixesForCurrency); in setupCurrencyAffixes()
642 fPluralAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
655 fPluralAffixesForCurrency->put(*pluralCount, affix, status); in setupCurrencyAffixes()
679 deleteHashForAffix(fPluralAffixesForCurrency); in ~DecimalFormat()
772 deleteHashForAffix(fPluralAffixesForCurrency); in operator =()
773 if (rhs.fPluralAffixesForCurrency) { in operator =()
775 fPluralAffixesForCurrency = initHashForAffixPattern(status); in operator =()
776 copyHashForAffix(rhs.fPluralAffixesForCurrency, fPluralAffixesForCurrency, status); in operator =()
[all …]
/external/icu4c/i18n/unicode/
Ddecimfmt.h2368 Hashtable* fPluralAffixesForCurrency; // for plural pattern variable