Searched refs:fAffixesForCurrency (Results 1 – 2 of 2) sorted by relevance
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 =()[all …]
2395 Hashtable* fAffixesForCurrency; // for current pattern variable