Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp399 fCurrencyChoice = 0; in init()
734 delete fCurrencyChoice; in ~DecimalFormat()
793 _clone_ptr(&fCurrencyChoice, rhs.fCurrencyChoice); in operator =()
3120 if (fCurrencyChoice != NULL || currency != NULL ||
3413 (fCurrencyChoice != NULL && *getCurrency() != 0) ||
4373 if (fCurrencyChoice == NULL) {
4378 if (fCurrencyChoice == NULL) {
4380 ((DecimalFormat*)this)->fCurrencyChoice = fmt;
4396 if (fCurrencyChoice != NULL) {
4401 fCurrencyChoice->format(number, affix, pos);
[all …]
/external/icu/icu4c/source/i18n/unicode/
Ddecimfmt.h2261 ChoiceFormat* fCurrencyChoice; variable