Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp343 fAffixesForCurrency = NULL; in init()
547 if (fAffixesForCurrency) { in setupCurrencyAffixes()
548 deleteHashForAffix(fAffixesForCurrency); in setupCurrencyAffixes()
550 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
563 fAffixesForCurrency->put(pluralCount, affix, status); in setupCurrencyAffixes()
616 deleteHashForAffix(fAffixesForCurrency); in ~DecimalFormat()
703 if (rhs.fAffixesForCurrency) { in operator =()
705 deleteHashForAffix(fAffixesForCurrency); in operator =()
706 fAffixesForCurrency = initHashForAffixPattern(status); in operator =()
707 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrency, status); in operator =()
[all …]
/external/icu4c/i18n/
Ddecimfmt.cpp373 fAffixesForCurrency = NULL; in init()
621 if (fAffixesForCurrency) { in setupCurrencyAffixes()
622 deleteHashForAffix(fAffixesForCurrency); in setupCurrencyAffixes()
624 fAffixesForCurrency = initHashForAffix(status); in setupCurrencyAffixes()
636 fAffixesForCurrency->put(*pluralCount, affix, status); in setupCurrencyAffixes()
688 deleteHashForAffix(fAffixesForCurrency); in ~DecimalFormat()
776 deleteHashForAffix(fAffixesForCurrency); in operator =()
777 if (rhs.fAffixesForCurrency) { in operator =()
779 fAffixesForCurrency = initHashForAffixPattern(status); in operator =()
780 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrency, status); in operator =()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2237 Hashtable* fAffixesForCurrency; // for current pattern variable
/external/icu4c/i18n/unicode/
Ddecimfmt.h2372 Hashtable* fAffixesForCurrency; // for current pattern variable