Searched refs:m_iElementCount (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sax/test/sax/ |
H A D | testsax.cxx | 318 m_iElementCount = 0; in startDocument() 331 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument() 364 m_iElementCount ++; in startElement() 466 int m_iElementCount; member in sax_test::TestDocumentHandler 526 ERROR_ASSERT( pDocHandler->m_iElementCount == 4 , "wrong element count" ); in testSimple() 592 ERROR_ASSERT( pDocHandler->m_iElementCount == 6 , "wrong element count" ); in testNamespaces()
|
/aoo41x/main/extensions/test/sax/ |
H A D | testsax.cxx | 388 m_iElementCount = 0; in startDocument() 401 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument() 428 m_iElementCount ++; in startElement() 515 int m_iElementCount; member in TestDocumentHandler 597 ERROR_ASSERT( pDocHandler->m_iElementCount == 4 , "wrong element count" ); in testSimple() 658 ERROR_ASSERT( pDocHandler->m_iElementCount == 6 , "wrong element count" ); in testNamespaces()
|
/aoo41x/main/sax/test/ |
H A D | saxdemo.cxx | 168 m_iElementCount = 0; in startDocument() 178 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument() 185 m_iElementCount ++; in startElement() 248 int m_iElementCount; member in TestDocumentHandler
|
Completed in 242 milliseconds