Searched defs:m_functions (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemExtensionDecl.java78 private StringVector m_functions = new StringVector(); field in class:ElemExtensionDecl
88 m_functions = v;
99 return m_functions;
115 if (null == m_functions)
118 return (String) m_functions.elementAt(i);
129 return (null != m_functions) ? m_functions.size() : 0;
260 Object [] args = {declNamespace, this.m_elements, this.m_functions,
358 this.m_functions, lang, srcURL,
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DFunctionTable.java144 private static Class m_functions[]; field in class:FunctionTable
177 m_functions = new Class[NUM_BUILT_IN_FUNCS];
178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class;
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class;
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class;
182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class;
183 m_functions[FUNC_KEY] =
185 m_functions[FUNC_LOCAL_PART] =
187 m_functions[FUNC_NAMESPAC
[all...]
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.h524 HashSet<RefPtr<StringImpl>, IdentifierRepHash> m_functions; member in class:JSC::BytecodeGenerator

Completed in 96 milliseconds