Lines Matching refs:fAffixesForCurrency
421 fAffixesForCurrency = NULL; in init()
672 if (fAffixesForCurrency) { in setupCurrencyAffixes()
673 deleteHashForAffix(fAffixesForCurrency); in setupCurrencyAffixes()
675 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
687 fAffixesForCurrency->put(*pluralCount, affix, status); in setupCurrencyAffixes()
739 deleteHashForAffix(fAffixesForCurrency); in ~DecimalFormat()
828 deleteHashForAffix(fAffixesForCurrency); in operator =()
829 if (rhs.fAffixesForCurrency) { in operator =()
831 fAffixesForCurrency = initHashForAffixPattern(status); in operator =()
832 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrency, status); in operator =()
4493 oneSet = (AffixesForCurrency*)fAffixesForCurrency->get(pluralCount);