Home | History | Annotate | Download | only in intltest

Lines Matching refs:nf1

270     MyNumberFormatTest *nf1 = new MyNumberFormatTest();
273 nf1->setGroupingUsed(FALSE);
276 if(nf1 == nf2)
281 delete nf1;
513 NumberFormat *nf1 = NumberFormat::createInstance(Locale::getFrance(), status);
519 delete nf1;
525 DecimalFormat *nf = dynamic_cast<DecimalFormat *>(nf1);
583 delete nf1;