Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java104 public static final int FUNC_SUBSTRING_AFTER = 24; field in FunctionTable
208 m_functions[FUNC_SUBSTRING_AFTER] =
281 new Integer(FunctionTable.FUNC_SUBSTRING_AFTER)); in m_functionID.put() argument