Lines Matching refs:decimalFormatSymbols
695 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
720 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
745 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
769 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
794 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
816 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
883 , decimalFormatSymbols(nullptr) in RuleBasedNumberFormat()
1764 delete decimalFormatSymbols; in dispose()
1765 decimalFormatSymbols = nullptr; in dispose()
1853 if (decimalFormatSymbols == nullptr) { in initializeDecimalFormatSymbols()
1856 decimalFormatSymbols = temp.orphan(); in initializeDecimalFormatSymbols()
1859 return decimalFormatSymbols; in initializeDecimalFormatSymbols()
1869 return decimalFormatSymbols; in getDecimalFormatSymbols()
1926 delete decimalFormatSymbols; in adoptDecimalFormatSymbols()
1927 decimalFormatSymbols = symbolsToAdopt; in adoptDecimalFormatSymbols()