Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp323 fCurrencyChoice = 0; in init()
611 delete fCurrencyChoice; in ~DecimalFormat()
657 if (rhs.fCurrencyChoice == 0) { in operator =()
658 delete fCurrencyChoice; in operator =()
659 fCurrencyChoice = 0; in operator =()
661 fCurrencyChoice = (ChoiceFormat*) rhs.fCurrencyChoice->clone(); in operator =()
2131 if (fCurrencyChoice != NULL || currency != NULL || in compareAffix()
2277 (fCurrencyChoice != NULL && *getCurrency() != 0) || in compareComplexAffix()
3107 if (fCurrencyChoice == NULL) { in expandAffix()
3112 if (fCurrencyChoice == NULL) { in expandAffix()
[all …]
/external/icu4c/i18n/
Ddecimfmt.cpp351 fCurrencyChoice = 0; in init()
683 delete fCurrencyChoice; in ~DecimalFormat()
741 _clone_ptr(&fCurrencyChoice, rhs.fCurrencyChoice); in operator =()
2802 if (fCurrencyChoice != NULL || currency != NULL || in compareAffix()
3000 (fCurrencyChoice != NULL && *getCurrency() != 0) || in compareComplexAffix()
3942 if (fCurrencyChoice == NULL) { in expandAffix()
3947 if (fCurrencyChoice == NULL) { in expandAffix()
3949 ((DecimalFormat*)this)->fCurrencyChoice = fmt; in expandAffix()
3965 if (fCurrencyChoice != NULL) { in expandAffix()
3970 fCurrencyChoice->format(number, affix, pos); in expandAffix()
[all …]
/external/chromium_org/third_party/icu/source/i18n/unicode/
Ddecimfmt.h2109 ChoiceFormat* fCurrencyChoice; variable
/external/icu4c/i18n/unicode/
Ddecimfmt.h2238 ChoiceFormat* fCurrencyChoice; variable