Home | History | Annotate | Download | only in i18n

Lines Matching full:decfmt

757         DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
758 if (decfmt != NULL) {
759 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1106 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf);
1107 if (decfmt != NULL) {
1108 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
3247 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
3248 if (decfmt != NULL) {
3250 suf = decfmt->getNegativeSuffix(suf);
3253 suf = decfmt->getPositiveSuffix(suf);