Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java95 public static final int FUNC_STARTS_WITH = 21; field in FunctionTable
203 m_functions[FUNC_STARTS_WITH] =
275 new Integer(FunctionTable.FUNC_STARTS_WITH)); in m_functionID.put() argument