Home | History | Annotate | Download | only in templates

Lines Matching refs:dfp

590    * @param dfp A DecimalFormatProperties to add to the hashtable of decimal formats.
592 void recomposeDecimalFormats(DecimalFormatProperties dfp)
595 (DecimalFormatSymbols) m_decimalFormatSymbols.get(dfp.getName());
598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols());
600 else if (!dfp.getDecimalFormatSymbols().equals(oldDfs))
603 if (dfp.getName().equals(new QName("")))
615 new Object[] {dfp.getName()});