Lines Matching refs:nOutputLength
808 sal_Int32 nOutputLength = 0; in calcXMLByteLength() local
821 nOutputLength +=5; in calcXMLByteLength()
825 nOutputLength +=4; in calcXMLByteLength()
830 nOutputLength += 6; in calcXMLByteLength()
837 nOutputLength += 6; // in calcXMLByteLength()
841 nOutputLength ++; in calcXMLByteLength()
845 nOutputLength ++; in calcXMLByteLength()
850 nOutputLength ++; in calcXMLByteLength()
863 nOutputLength += 4; in calcXMLByteLength()
868 nOutputLength += 3; in calcXMLByteLength()
872 nOutputLength += 2; in calcXMLByteLength()
880 return nOutputLength; in calcXMLByteLength()