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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java154 private Class m_functions_customer[] = new Class[NUM_ALLOWABLE_ADDINS]; field in class:FunctionTable
316 else return m_functions_customer[funcID - NUM_BUILT_IN_FUNCS].getName();
338 return (Function) m_functions_customer[
380 m_functions_customer[funcIndex - NUM_BUILT_IN_FUNCS] = func;
386 m_functions_customer[funcIndex-NUM_BUILT_IN_FUNCS] = func;

Completed in 155 milliseconds