Home
last modified time | relevance | path

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

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2855 MockAttr[] m_attributes; field in DOMTest.MockNodeMap
2857 MockNodeMap(MockAttr[] attrs) { m_attributes = attrs; } in MockNodeMap()
2859 public int getLength() { return m_attributes.length; } in getLength()
2869 return m_attributes[index]; in item()
2890 MockAttr[] m_attributes; field in DOMTest.MockElement
2893 m_localname = name; m_attributes = attrs; in MockElement()
2898 return new MockNodeMap(m_attributes); in getAttributes()
2900 public boolean hasAttributes() { return m_attributes.length != 0; } in hasAttributes()
/trunk/main/codemaker/source/javamaker/
H A Dclassfile.cxx498 m_attributes, in ClassFile()
500 appendU4(m_attributes, 2); in ClassFile()
501 appendU2(m_attributes, addUtf8Info(signature)); in ClassFile()
713 writeStream(file, m_attributes); in write()
H A Dclassfile.hxx264 std::vector< unsigned char > m_attributes; member in codemaker::javamaker::ClassFile
/trunk/main/icc/
H A DSampleICC-1.3.2.patch2035 …ce Attributes: %08x%08x\r\n", (icUInt32Number)(i->m_attributes >> 32), (icUInt32Number)(i->m_attri…
2036 …vice Attributes: %08x%08x\n", (icUInt32Number)(i->m_attributes >> 32), (icUInt32Number)(i->m_attri…

Completed in 54 milliseconds