/aoo41x/main/store/source/ |
H A D | stordata.cxx | 649 nLimit = nCount * nCapacity * nCapacity; in scope() 656 index2 = n / (nCapacity * nCapacity); in scope() 657 n = n % (nCapacity * nCapacity); in scope() 664 n = index2 * nCapacity * nCapacity + in scope() 682 nLimit = nCount * nCapacity * nCapacity * nCapacity; in scope() 689 index3 = n / (nCapacity * nCapacity * nCapacity); in scope() 690 n = n % (nCapacity * nCapacity * nCapacity); in scope() 693 index2 = n / (nCapacity * nCapacity); in scope() 694 n = n % (nCapacity * nCapacity); in scope() 701 n = index3 * nCapacity * nCapacity * nCapacity + in scope() [all …]
|
H A D | stordata.hxx | 646 ChunkDescriptor (sal_uInt32 nPosition, sal_uInt16 nCapacity) in ChunkDescriptor() 648 m_nPage = nPosition / nCapacity; in ChunkDescriptor() 649 m_nOffset = (sal_uInt16)((nPosition % nCapacity) & 0xffff); in ChunkDescriptor() 650 m_nLength = nCapacity - m_nOffset; in ChunkDescriptor() 672 sal_uInt32 nCapacity = capacity(); in scope() local 673 if (nPosition < nCapacity) in scope()
|
/aoo41x/main/sal/inc/rtl/ |
H A D | ustrbuf.hxx | 86 , nCapacity( 16 ) in OUStringBuffer() 88 rtl_uString_new_WithLength( &pData, nCapacity ); in OUStringBuffer() 99 , nCapacity( value.nCapacity ) in OUStringBuffer() 112 , nCapacity( length ) in OUStringBuffer() 129 , nCapacity( value.getLength() + 16 ) in OUStringBuffer() 143 nCapacity = value.nCapacity; in operator =() 168 nCapacity = 0; in makeStringAndClear() 194 return nCapacity; in getCapacity() 237 if( newLength > nCapacity ) in setLength() 752 *pInternalCapacity = &nCapacity; in accessInternals() [all …]
|
H A D | strbuf.hxx | 85 , nCapacity( 16 ) in OStringBuffer() 87 rtl_string_new_WithLength( &pData, nCapacity ); in OStringBuffer() 98 , nCapacity( value.nCapacity ) in OStringBuffer() 111 , nCapacity( length ) in OStringBuffer() 128 , nCapacity( value.getLength() + 16 ) in OStringBuffer() 140 value.nCapacity, in operator =() 142 nCapacity = value.nCapacity; in operator =() 167 nCapacity = 0; in makeStringAndClear() 193 return nCapacity; in getCapacity() 236 if( newLength > nCapacity ) in setLength() [all …]
|
/aoo41x/main/sal/rtl/source/ |
H A D | uri.cxx | 605 sal_Int32 nCapacity = 0; in rtl_uriEncode() local 620 writeUnicode(pResult, &nCapacity, in rtl_uriEncode() 623 pResult, &nCapacity, nUtf32, eCharset, in rtl_uriEncode() 635 writeUnicode(pResult, &nCapacity, in rtl_uriEncode() 638 pResult, &nCapacity, nUtf32, eCharset, in rtl_uriEncode() 648 writeEscapeOctet(pResult, &nCapacity, nUtf32); in rtl_uriEncode() 671 sal_Int32 nCapacity = 0; in rtl_uriDecode() local 682 writeEscapeOctet(pResult, &nCapacity, nUtf32); in rtl_uriDecode() 686 writeUcs4(pResult, &nCapacity, nUtf32); in rtl_uriDecode() 694 writeEscapeOctet(pResult, &nCapacity, nUtf32); in rtl_uriDecode()
|
H A D | math.cxx | 318 sal_Int32 nCapacity = RTL_CONSTASCII_LENGTH("NaN"); in doubleToString() local 321 pResultCapacity = &nCapacity; in doubleToString() 335 sal_Int32 nCapacity = RTL_CONSTASCII_LENGTH("-INF"); in doubleToString() local 338 pResultCapacity = &nCapacity; in doubleToString()
|
/aoo41x/main/cpputools/source/sp2bv/ |
H A D | sp2bv.cxx | 82 sal_Int32 nCapacity = 255; in main() local 83 rtl_uString_new_WithLength( &pBuffer, nCapacity ); in main() 91 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, &cEscapeChar, 1); in main() 92 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, pCur, 1); in main() 99 rtl_uStringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, pCur, 1); in main()
|
/aoo41x/main/sal/osl/unx/ |
H A D | process_impl.cxx | 351 sal_Int32 nCapacity = rtl_stringbuffer_newFromStringBuffer( &pBuffer, in osl_setEnvironment() local 354 rtl_stringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, "=", 1); in osl_setEnvironment() 355 rtl_stringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, in osl_setEnvironment() 400 sal_Int32 nCapacity = rtl_stringbuffer_newFromStringBuffer( &pBuffer, in osl_clearEnvironment() local 402 rtl_stringbuffer_insert( &pBuffer, &nCapacity, pBuffer->length, "=", 1); in osl_clearEnvironment()
|
/aoo41x/main/ucbhelper/source/client/ |
H A D | proxydecider.cxx | 96 explicit HostnameCache( sal_uInt32 nCapacity ) in HostnameCache() argument 97 : m_nCapacity( nCapacity ) {} in HostnameCache()
|