Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java152 private Class m_functions_customer[] = new Class[NUM_ALLOWABLE_ADDINS]; field in FunctionTable
313 else return m_functions_customer[funcID - NUM_BUILT_IN_FUNCS].getName(); in getFunctionName()
335 return (Function) m_functions_customer[ in getFunction()
377 m_functions_customer[funcIndex - NUM_BUILT_IN_FUNCS] = func; in installFunction()
383 m_functions_customer[funcIndex-NUM_BUILT_IN_FUNCS] = func; in installFunction()