Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xalan/templates/
DDecimalFormatProperties.java66 m_dfs.setInfinity(Constants.ATTRVAL_INFINITY); in DecimalFormatProperties()
DFuncFormatNumb.java118 dfs.setInfinity(Constants.ATTRVAL_INFINITY); in execute()
DConstants.java392 public static final String ATTRVAL_INFINITY = "Infinity", field in Constants