Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp421 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 …]
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2395 Hashtable* fAffixesForCurrency; // for current pattern variable