Home | History | Annotate | Download | only in i18n

Lines Matching refs:decfmt

761         DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
762 if (decfmt != NULL) {
763 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
1114 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf);
1115 if (decfmt != NULL) {
1116 decfmt->setDecimalSeparatorAlwaysShown(FALSE);
3413 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
3414 if (decfmt != NULL) {
3416 suf = decfmt->getNegativeSuffix(suf);
3419 suf = decfmt->getPositiveSuffix(suf);