Home | History | Annotate | Download | only in intltest

Lines Matching refs:nf

566     NumberFormat *nf = NumberFormat::createInstance("de", errorCode);
571 if (dynamic_cast<DecimalFormat *>(nf) == NULL || dynamic_cast<ChoiceFormat *>(nf) != NULL) {
575 if (&typeid(*nf) == NULL || typeid(*nf) == typeid(UObject) || typeid(*nf) == typeid(Format) ||
576 typeid(*nf) != typeid(DecimalFormat) || typeid(*nf) == typeid(ChoiceFormat) ||
577 typeid(*nf) == typeid(emptySet)
581 delete nf;