Lines Matching full:decfmt
783 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
784 if (decfmt != NULL) {
785 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1152 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf);
1153 if (decfmt != NULL) {
1154 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
3452 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
3453 if (decfmt != NULL) {
3455 suf = decfmt->getNegativeSuffix(suf);
3458 suf = decfmt->getPositiveSuffix(suf);