Home
last modified time | relevance | path

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

/trunk/main/sax/source/expatwrap/
H A Dsaxwriter.cxx804 inline sal_Int32 calcXMLByteLength( const sal_Unicode *pStr, sal_Int32 nStrLen, in calcXMLByteLength() function
1156 nLength += calcXMLByteLength( aName.getStr() , aName.getLength(), in startElement()
1164 nLength += calcXMLByteLength( tmp.getStr() , tmp.getLength() , sal_False, sal_False ); in startElement()
1170 nLength += calcXMLByteLength( tmp.getStr(), tmp.getLength(), sal_True, sal_True ); in startElement()
1222 nLength = 3 + calcXMLByteLength( aName.getStr(), aName.getLength(), sal_False, sal_False ); in endElement()
1264 nLength = calcXMLByteLength( aChars.getStr(), aChars.getLength(), in characters()
1314 nLength += calcXMLByteLength( aTarget.getStr(), aTarget.getLength(), sal_False, sal_False ); in processingInstruction()
1318 nLength += calcXMLByteLength( aData.getStr(), aData.getLength(), sal_False, sal_False ); in processingInstruction()
1391 nLength += calcXMLByteLength( sComment.getStr(), sComment.getLength(), sal_False, sal_False); in comment()
1435 nLength = calcXMLByteLength( sString.getStr(), sString.getLength(), sal_False, sal_False ); in unknown()

Completed in 23 milliseconds