Searched refs:fCurrencyChoice (Results 1 – 2 of 2) sorted by relevance
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);[all …]
2261 ChoiceFormat* fCurrencyChoice; variable