Searched defs:funcID (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFuncLoader.java65 * @param funcID The function ID, which may correspond to one of the FUNC_XXX
69 public FuncLoader(String funcName, int funcID) argument
74 m_funcID = funcID;
H A DFunctionTable.java314 String getFunctionName(int funcID) { argument
315 if (funcID < NUM_BUILT_IN_FUNCS) return m_functions[funcID].getName();
316 else return m_functions_customer[funcID - NUM_BUILT_IN_FUNCS].getName();

Completed in 29 milliseconds