Home | History | Annotate | Download | only in intltest

Lines Matching defs:nf

579     NumberFormat *nf = NumberFormat::createInstance("de", errorCode);
584 if (dynamic_cast<DecimalFormat *>(nf) == NULL || dynamic_cast<ChoiceFormat *>(nf) != NULL) {
588 if (&typeid(*nf) == NULL || typeid(*nf) == typeid(UObject) || typeid(*nf) == typeid(Format) ||
589 typeid(*nf) != typeid(DecimalFormat) || typeid(*nf) == typeid(ChoiceFormat) ||
590 typeid(*nf) == typeid(emptySet)
594 delete nf;