Searched refs:fAffixesForCurrency (Results 1 – 2 of 2) sorted by relevance
346 fAffixesForCurrency = NULL; in init()550 if (fAffixesForCurrency) { in setupCurrencyAffixes()551 deleteHashForAffix(fAffixesForCurrency); in setupCurrencyAffixes()553 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()565 fAffixesForCurrency->put(*pluralCount, affix, status); in setupCurrencyAffixes()617 deleteHashForAffix(fAffixesForCurrency); in ~DecimalFormat()704 if (rhs.fAffixesForCurrency) { in operator =()706 deleteHashForAffix(fAffixesForCurrency); in operator =()707 fAffixesForCurrency = initHashForAffixPattern(status); in operator =()708 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrency, status); in operator =()[all …]
2257 Hashtable* fAffixesForCurrency; // for current pattern variable