Searched refs:fPluralAffixesForCurrency (Results 1 – 2 of 2) sorted by relevance
364 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 …]
2368 Hashtable* fPluralAffixesForCurrency; // for plural pattern variable