Searched refs:decfmt (Results 1 – 2 of 2) sorted by relevance
757 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in initialize() local758 if (decfmt != NULL) { in initialize()759 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in initialize()1106 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf); in processOverrideString() local1107 if (decfmt != NULL) { in processOverrideString()1108 decfmt->setDecimalSeparatorAlwaysShown(FALSE); in processOverrideString()3247 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat); in checkIntSuffix() local3248 if (decfmt != NULL) { in checkIntSuffix()3250 suf = decfmt->getNegativeSuffix(suf); in checkIntSuffix()3253 suf = decfmt->getPositiveSuffix(suf); in checkIntSuffix()
1586 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt); in createAppropriateFormat() local1587 if (decfmt != NULL) { in createAppropriateFormat()1588 decfmt->applyPattern(style,parseError,ec); in createAppropriateFormat()