Searched refs:decimalFormatSymbols (Results 1 – 3 of 3) sorted by relevance
580 private transient DecimalFormatSymbols decimalFormatSymbols = null; field in RuleBasedNumberFormat956 decimalFormatSymbols = temp.decimalFormatSymbols; in readObject()1408 decimalFormatSymbols = (DecimalFormatSymbols) newSymbols.clone(); in setDecimalFormatSymbols()1410 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in setDecimalFormatSymbols()1485 if (decimalFormatSymbols == null) { in getDecimalFormatSymbols()1486 decimalFormatSymbols = new DecimalFormatSymbols(locale); in getDecimalFormatSymbols()1488 return decimalFormatSymbols; in getDecimalFormatSymbols()1495 if (decimalFormatSymbols != null) { in getDecimalFormat()1496 decimalFormat.setDecimalFormatSymbols(decimalFormatSymbols); in getDecimalFormat()
663 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()685 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()707 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()728 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()750 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()769 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()833 , decimalFormatSymbols(NULL) in RuleBasedNumberFormat()1619 delete decimalFormatSymbols; in dispose()1620 decimalFormatSymbols = NULL; in dispose()1707 if (decimalFormatSymbols == NULL) { in getDecimalFormatSymbols()[all …]
998 DecimalFormatSymbols* decimalFormatSymbols; variable