Lines Matching refs:fCurrencyChoice
399 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);
4461 if (fCurrencyChoice != 0 &&