Home | History | Annotate | Download | only in i18n

Lines Matching full:dynamic_cast

583     if (ptr != NULL && dynamic_cast<DummyFormat*>((Format*)ptr) == NULL) {
1022 if (dynamic_cast<const ChoiceFormat*>(formatter) ||
1023 dynamic_cast
1024 dynamic_cast<const SelectFormat*>(formatter)) {
1586 DecimalFormat* decfmt = dynamic_cast<DecimalFormat*>(fmt);
1608 SimpleDateFormat* sdtfmt = dynamic_cast<SimpleDateFormat*>(fmt);
1667 if (temp != NULL && (temp2 = dynamic_cast<DecimalFormat*>(temp)) != NULL) {