Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java68 public static final int FUNC_TRUE = 12; field in FunctionTable
193 m_functions[FUNC_TRUE] = org.apache.xpath.functions.FuncTrue.class;
255 new Integer(FunctionTable.FUNC_TRUE)); in m_functionID.put() argument