Home | History | Annotate | Download | only in i18n

Lines Matching full:dynamic_cast

757         DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);
1106 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(nf);
1846 if (dynamic_cast<const OlsonTimeZone *>(&tz) != NULL
1847 || dynamic_cast<const SimpleTimeZone *>(&tz) != NULL
1848 || dynamic_cast<const RuleBasedTimeZone *>(&tz) != NULL
1849 || dynamic_cast<const VTimeZone *>(&tz) != NULL) {
2963 if (!allowNegative && (df = dynamic_cast<DecimalFormat*>(fmt)) != NULL) {
3247 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fNumberFormat);