Lines Matching refs:decimalFormatSymbols
689 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
714 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
739 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
763 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
788 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
810 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
877 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()
1797 delete decimalFormatSymbols; in dispose()
1798 decimalFormatSymbols = NULL; in dispose()
1886 if (decimalFormatSymbols == nullptr) { in initializeDecimalFormatSymbols()
1889 decimalFormatSymbols = temp.orphan(); in initializeDecimalFormatSymbols()
1892 return decimalFormatSymbols; in initializeDecimalFormatSymbols()
1902 return decimalFormatSymbols; in getDecimalFormatSymbols()
1959 if (decimalFormatSymbols != NULL) { in adoptDecimalFormatSymbols()
1960 delete decimalFormatSymbols; in adoptDecimalFormatSymbols()
1963 decimalFormatSymbols = symbolsToAdopt; in adoptDecimalFormatSymbols()