Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java125 public static final int FUNC_LANG = 32; field in FunctionTable
196 m_functions[FUNC_LANG] = org.apache.xpath.functions.FuncLang.class;
261 new Integer(FunctionTable.FUNC_LANG)); in m_functionID.put() argument