Home
last modified time | relevance | path

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

/aoo42x/main/sax/source/expatwrap/
H A Dsaxwriter.cxx57 #define SEQUENCESIZE 1024 macro
153 m_Sequence(SEQUENCESIZE), in SaxWriterHelper()
247 nLastLineFeedPos -= SEQUENCESIZE; in writeSequence()
466 if ((rPos + 3) > SEQUENCESIZE) in convertToXML()
482 if ((rPos + 2) > SEQUENCESIZE) in convertToXML()
493 if (rPos == SEQUENCESIZE) in convertToXML()
584 if (nCurrentPos == SEQUENCESIZE) in startDocument()
588 if (nCurrentPos == SEQUENCESIZE) in startDocument()
597 if (nCurrentPos == SEQUENCESIZE) in startElement()
647 if (nCurrentPos == SEQUENCESIZE) in FinishEmptyElement()
[all …]

Completed in 20 milliseconds