Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx804 inline sal_Int32 calcXMLByteLength( const sal_Unicode *pStr, sal_Int32 nStrLen, in calcXMLByteLength() function
1141 nLength += calcXMLByteLength( aName.getStr() , aName.getLength(), in startElement()
1149 nLength += calcXMLByteLength( tmp.getStr() , tmp.getLength() , sal_False, sal_False ); in startElement()
1155 nLength += calcXMLByteLength( tmp.getStr(), tmp.getLength(), sal_True, sal_True ); in startElement()
1207 … nLength = 3 + calcXMLByteLength( aName.getStr(), aName.getLength(), sal_False, sal_False ); in endElement()
1249 nLength = calcXMLByteLength( aChars.getStr(), aChars.getLength(), in characters()
1298 nLength += calcXMLByteLength( aTarget.getStr(), aTarget.getLength(), sal_False, sal_False ); in processingInstruction()
1302 nLength += calcXMLByteLength( aData.getStr(), aData.getLength(), sal_False, sal_False ); in processingInstruction()
1374 … nLength += calcXMLByteLength( sComment.getStr(), sComment.getLength(), sal_False, sal_False); in comment()
1418 nLength = calcXMLByteLength( sString.getStr(), sString.getLength(), sal_False, sal_False ); in unknown()