Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java80 public static final int FUNC_FLOOR = 16; field in FunctionTable
198 m_functions[FUNC_FLOOR] = org.apache.xpath.functions.FuncFloor.class;
265 new Integer(FunctionTable.FUNC_FLOOR)); in m_functionID.put() argument