Searched refs:m_iCharCount (Results 1 – 3 of 3) sorted by relevance
/trunk/main/sax/test/sax/ |
H A D | testsax.cxx | 321 m_iCharCount=0; in startDocument() 331 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument() 392 m_iCharCount += aChars.getLength(); in characters() 469 int m_iCharCount; member in sax_test::TestDocumentHandler 528 ERROR_ASSERT( pDocHandler->m_iCharCount == 130 , "wrong char count" ); in testSimple() 594 ERROR_ASSERT( pDocHandler->m_iCharCount == 33, "wrong char count" ); in testNamespaces()
|
/trunk/main/extensions/test/sax/ |
H A D | testsax.cxx | 391 m_iCharCount=0; in startDocument() 401 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument() 453 m_iCharCount += aChars.len(); in characters() 518 int m_iCharCount; member in TestDocumentHandler 599 ERROR_ASSERT( pDocHandler->m_iCharCount == 130 , "wrong char count" ); in testSimple() 660 ERROR_ASSERT( pDocHandler->m_iCharCount == 33, "wrong char count" ); in testNamespaces()
|
/trunk/main/sax/test/ |
H A D | saxdemo.cxx | 171 m_iCharCount=0; in startDocument() 178 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument() 196 m_iCharCount += aChars.getLength(); in characters() 251 int m_iCharCount; member in TestDocumentHandler
|
Completed in 25 milliseconds