Home | History | Annotate | Download | only in i18n

Lines Matching refs:nf

182         delete cur->nf;
1342 NumberFormat *nf = NULL;
1346 nf = cur->nf;
1360 nf = NumberFormat::createInstance(ovrLoc,status);
1367 nf->setGroupingUsed(FALSE);
1368 if (nf->getDynamicClassID() == DecimalFormat::getStaticClassID())
1369 ((DecimalFormat*)nf)->setDecimalSeparatorAlwaysShown(FALSE);
1370 nf->setParseIntegerOnly(TRUE);
1371 nf->setMinimumFractionDigits(0); // To prevent "Jan 1.00, 1997.00"
1373 cur->nf = nf;
1400 fNumberFormatters[kDateFields[i]] = nf;
1408 fNumberFormatters[kTimeFields[i]] = nf;
1426 fNumberFormatters[patternCharIndex] = nf;