Home
last modified time | relevance | path

Searched refs:m_decimalFormatSymbols (Results 1 – 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DStylesheetRoot.java292 m_decimalFormatSymbols = new Hashtable(); in recompose()
585 private Hashtable m_decimalFormatSymbols; field in StylesheetRoot
595 (DecimalFormatSymbols) m_decimalFormatSymbols.get(dfp.getName()); in recomposeDecimalFormats()
598 m_decimalFormatSymbols.put(dfp.getName(), dfp.getDecimalFormatSymbols()); in recomposeDecimalFormats()
640 return (DecimalFormatSymbols) m_decimalFormatSymbols.get(name); in getDecimalFormatComposed()