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

/external/icu/icu4c/source/i18n/
H A Ddecimfmt.cpp419 fAffixesForCurrency = NULL;
669 if (fAffixesForCurrency) {
670 deleteHashForAffix(fAffixesForCurrency);
672 fAffixesForCurrency = initHashForAffix(status);
684 fAffixesForCurrency->put(*pluralCount, affix, status);
736 deleteHashForAffix(fAffixesForCurrency);
824 deleteHashForAffix(fAffixesForCurrency);
825 if (rhs.fAffixesForCurrency) {
827 fAffixesForCurrency = initHashForAffixPattern(status);
828 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrenc
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp398 fAffixesForCurrency = NULL;
648 if (fAffixesForCurrency) {
649 deleteHashForAffix(fAffixesForCurrency);
651 fAffixesForCurrency = initHashForAffix(status);
663 fAffixesForCurrency->put(*pluralCount, affix, status);
715 deleteHashForAffix(fAffixesForCurrency);
804 deleteHashForAffix(fAffixesForCurrency);
805 if (rhs.fAffixesForCurrency) {
807 fAffixesForCurrency = initHashForAffixPattern(status);
808 copyHashForAffix(rhs.fAffixesForCurrency, fAffixesForCurrenc
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddecimfmt.h2133 // It sets up both fAffixesForCurrency for currency pattern if the current
2326 Hashtable* fAffixesForCurrency; // for current pattern member in class:DecimalFormat
/external/icu/icu4c/source/i18n/unicode/
H A Ddecimfmt.h2161 // It sets up both fAffixesForCurrency for currency pattern if the current
2346 Hashtable* fAffixesForCurrency; // for current pattern member in class:DecimalFormat

Completed in 172 milliseconds