• Home
  • Raw
  • Download

Lines Matching refs:fSymbols

331     fSymbols = NULL;  in init()
362 fSymbols = symbolsToAdopt; // Do this BEFORE aborting on status failure!!! in construct()
379 if (fSymbols == NULL) in construct()
381 fSymbols = new DecimalFormatSymbols(Locale::getDefault(), status); in construct()
383 if (fSymbols == 0) { in construct()
424 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in construct()
449 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in construct()
494 UResourceBundle *resource = ures_open(NULL, fSymbols->getLocale().getName(), &error); in setupCurrencyAffixPatterns()
614 delete fSymbols; in ~DecimalFormat()
670 if(fSymbols == NULL) { in operator =()
671 fSymbols = new DecimalFormatSymbols(*rhs.fSymbols); in operator =()
673 *fSymbols = *rhs.fSymbols; in operator =()
829 if (*fSymbols != *(other->fSymbols)) { in operator ==()
900 *fSymbols == *(other->fSymbols) && in operator ==()
2645 return fSymbols; in getDecimalFormatSymbols()
2659 if (fSymbols != NULL) { in adoptDecimalFormatSymbols()
2664 delete fSymbols; in adoptDecimalFormatSymbols()
2667 fSymbols = symbolsToAdopt; in adoptDecimalFormatSymbols()
2741 const char* loc = fSymbols->getLocale().getName(); in setCurrencyForSymbols()
3317 fSymbols != NULL ? fSymbols->getLocale().getName() : in expandAffix()
3330fSymbols != NULL ? fSymbols->getLocale().getName() : Locale::getDefault().getName(), in expandAffix()
4533 fCurrencyPluralInfo = new CurrencyPluralInfo(fSymbols->getLocale(), status); in applyPattern()
4686 if (fSymbols == NULL) { in getEffectiveCurrency()
4694 fSymbols->getConstSymbol(DecimalFormatSymbols::kIntlCurrencySymbol); in getEffectiveCurrency()