Searched refs:nResultLen (Results 1 – 5 of 5) sorted by relevance
81 unsigned int nResultLen = 0; in finalizeDigestAndDispose() local82 …m_pContext, reinterpret_cast< unsigned char* >( aResult.getArray() ), &nResultLen, aResult.getLeng… in finalizeDigestAndDispose()94 aResult.realloc( nResultLen ); in finalizeDigestAndDispose()
162 int nResultLen = 0; in convertWithCipherContext() local164 …m_pContext, reinterpret_cast< unsigned char* >( aResult.getArray() ), &nResultLen, aResult.getLeng… in convertWithCipherContext()172 aResult.realloc( nResultLen ); in convertWithCipherContext()
1989 sal_uInt16 nResultLen = aResult.Len(); in EditedEntry() local1991 sal_Unicode cLast = aResult.GetChar( nResultLen - 1 ); in EditedEntry()1993 aResult = aResult.Copy( 1, nResultLen - 2 ); in EditedEntry()
1475 sal_uInt16 nResultLen = (sal_uInt16)lResultLen; in RTLFUNC() local1477 if ( nResultLen > nStrLen ) in RTLFUNC()1478 nResultLen = nStrLen; in RTLFUNC()1479 String aResultStr = rStr.Copy( nStrLen-nResultLen ); in RTLFUNC()
1291 size_t nResultLen = size_t(i_rMergeList.getLength()) + mpImplData->maUIProperties.size() + 3; in getJobProperties() local1295 Sequence< PropertyValue > aResult( nResultLen ); in getJobProperties()
Completed in 60 milliseconds