Searched refs:m_DecimalFormatDeclarations (Results 1 – 1 of 1) sorted by relevance
553 Stack m_DecimalFormatDeclarations; field in Stylesheet563 if (null == m_DecimalFormatDeclarations) in setDecimalFormat()564 m_DecimalFormatDeclarations = new Stack(); in setDecimalFormat()568 m_DecimalFormatDeclarations.push(edf); in setDecimalFormat()584 if (null == m_DecimalFormatDeclarations) in getDecimalFormat()615 if (null == m_DecimalFormatDeclarations) in getDecimalFormat()618 return (DecimalFormatProperties) m_DecimalFormatDeclarations.elementAt(i); in getDecimalFormat()629 return (null != m_DecimalFormatDeclarations) in getDecimalFormatCount()630 ? m_DecimalFormatDeclarations.size() : 0; in getDecimalFormatCount()