Searched refs:dcf (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dunum.cpp700 const DecimalFormat *dcf = dynamic_cast<const DecimalFormat *>(nf); local
701 if (dcf == NULL) {
706 return dcf->
727 DecimalFormat *dcf = dynamic_cast<DecimalFormat *>(nf); local
728 if (dcf == NULL) {
733 DecimalFormatSymbols symbols(*dcf->getDecimalFormatSymbols());
736 dcf->setDecimalFormatSymbols(symbols);
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-216320.js663 function dcf(form,pbcId,cnum,sequence,status,atyp,ver){ function

Completed in 327 milliseconds