Home
last modified time | relevance | path

Searched refs:m_iWhitespaceCount (Results 1 – 3 of 3) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestsax.cxx390 m_iWhitespaceCount =0; in startDocument()
401 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument()
457 m_iWhitespaceCount += aWhitespaces.len(); in ignorableWhitespace()
517 int m_iWhitespaceCount; member in TestDocumentHandler
600 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0, "wrong whitespace count" ); in testSimple()
661 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0 , "wrong whitespace count" ); in testNamespaces()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx320 m_iWhitespaceCount =0; in startDocument()
331 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument()
396 m_iWhitespaceCount += aWhitespaces.getLength(); in ignorableWhitespace()
468 int m_iWhitespaceCount; member in sax_test::TestDocumentHandler
529 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0, "wrong whitespace count" ); in testSimple()
595 ERROR_ASSERT( pDocHandler->m_iWhitespaceCount == 0 , "wrong whitespace count" ); in testNamespaces()
/trunk/main/sax/test/
H A Dsaxdemo.cxx170 m_iWhitespaceCount =0; in startDocument()
178 m_iElementCount, m_iAttributeCount, m_iWhitespaceCount , m_iCharCount ); in endDocument()
200 m_iWhitespaceCount += aWhitespaces.getLength(); in ignorableWhitespace()
250 int m_iWhitespaceCount; member in TestDocumentHandler

Completed in 24 milliseconds