Searched refs:nBuf (Results 1 – 7 of 7) sorted by relevance
66 int nBuf; in osl_trace__yd_os2() local82 nBuf = vsprintf(szBuffer, lpszFormat, args); in osl_trace__yd_os2()83 OSL_ASSERT(nBuf < sizeof(szBuffer)); in osl_trace__yd_os2()
470 for( xub_StrLen nBuf=0; nBuf+1 < rStr.Len(); nBuf++ ) in FindParaStart() local472 if( rStr.GetChar( nBuf ) == '"' ) in FindParaStart()476 && rStr.GetChar( nBuf ) == '\\' in FindParaStart()477 && ( rStr.GetChar( nBuf + 1 ) == cToken in FindParaStart()478 || rStr.GetChar( nBuf + 1 ) == cToken2 ) ) in FindParaStart()480 nBuf += 2; in FindParaStart()482 while( nBuf < rStr.Len() in FindParaStart()483 && rStr.GetChar( nBuf ) == ' ' ) in FindParaStart()484 nBuf++; in FindParaStart()486 return nBuf < rStr.Len() ? nBuf : STRING_NOTFOUND; in FindParaStart()
2258 xub_StrLen nBuf = Max( (xub_StrLen) fChars, (xub_StrLen) (nMinLen+1) ); in ScBase() local2259 sal_Unicode* pBuf = (nBuf <= nConstBuf ? aBuf : new sal_Unicode[nBuf]); in ScBase()2260 for ( xub_StrLen j = 0; j < nBuf; ++j ) in ScBase()2264 sal_Unicode* p = pBuf + nBuf - 1; in ScBase()2335 if ( nBuf - (p - pBuf) <= nMinLen ) in ScBase()2336 p = pBuf + nBuf - 1 - nMinLen; in ScBase()
426 sal_Int32 nBuf = static_cast< sal_Int32 > in doubleToString() local429 if ( nBuf > nBufMax ) in doubleToString()432 rtl_allocateMemory(nBuf * sizeof (typename T::Char))); in doubleToString()
350 int nBuf = sizeof( pBuf ); in PrintInputStyle() local358 GetMethodName(pStyle->supported_styles[nStyle], pBuf, nBuf) ); in PrintInputStyle()
2510 sal_uInt16 nBuf = nBufSize; in SetStreamSize() local2513 SetBufferSize( nBuf ); in SetStreamSize()
4288 const sal_uInt32 nBuf = 0x40000; // 256KB buffer in WriteBlibStoreContainer() local4289 sal_uInt8* pBuf = new sal_uInt8[ nBuf ]; in WriteBlibStoreContainer()4318 sal_uInt32 nBytes = ( nBlipSize > nBuf ? nBuf : nBlipSize ); in WriteBlibStoreContainer()
Completed in 202 milliseconds