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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DFunctionTable.java159 private HashMap m_functionID_customer = new HashMap(); field in class:FunctionTable
355 Object id = m_functionID_customer.get(key);
378 m_functionID_customer.put(name, new Integer(funcIndex));
388 m_functionID_customer.put(name,
406 tblEntry = m_functionID_customer.get(methName);

Completed in 21 milliseconds