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

/external/icu4c/i18n/
H A Ddecimfmt.cpp343 fAffixesForCurrency = NULL;
547 if (fAffixesForCurrency) {
548 deleteHashForAffix(fAffixesForCurrency);
550 fAffixesForCurrency = initHashForAffix(status);
563 fAffixesForCurrency->put(pluralCount, affix, status);
616 deleteHashForAffix(fAffixesForCurrency);
703 if (rhs.fAffixesForCurrency) {
705 deleteHashForAffix(fAffixesForCurrency);
706 fAffixesForCurrency = initHashForAffixPattern(status);
707 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrenc
[all...]
/external/icu4c/i18n/unicode/
H A Ddecimfmt.h2052 // It sets up both fAffixesForCurrency for currency pattern if the current
2237 Hashtable* fAffixesForCurrency; // for current pattern member in class:DecimalFormat

Completed in 68 milliseconds