Home
last modified time | relevance | path

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

/trunk/main/sal/osl/os2/
H A Dfile_url.cxx469 sal_Int32 nSrcLen; in _osl_decodeURL() local
474 nSrcLen = rtl_string_getLength(strUTF8); in _osl_decodeURL()
475 pBuffer = reinterpret_cast<sal_Char*>(rtl_allocateMemory(nSrcLen + 1)); in _osl_decodeURL()
479 pSrcEnd = pSrc + nSrcLen; in _osl_decodeURL()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx584 sal_Int32 nSrcLen; in _osl_decodeURL() local
589 nSrcLen = rtl_string_getLength(strUTF8); in _osl_decodeURL()
590 pBuffer = reinterpret_cast<sal_Char*>(rtl_allocateMemory(nSrcLen + 1)); in _osl_decodeURL()
594 pSrcEnd = pSrc + nSrcLen; in _osl_decodeURL()
/trunk/main/sal/qa/OStringBuffer/
H A Drtl_String_Utils.cxx567 const sal_uInt32 nSrcLen in AStringToUStringNCopy() argument
571 sal_uInt32 nCount = nSrcLen; in AStringToUStringNCopy()
572 sal_uInt32 nLen = nSrcLen; in AStringToUStringNCopy()
H A Drtl_String_Utils.hxx119 const sal_uInt32 nSrcLen
/trunk/main/sal/qa/rtl_strings/
H A Drtl_String_Utils.cxx545 const sal_uInt32 nSrcLen in AStringToUStringNCopy() argument
549 sal_uInt32 nCount = nSrcLen; in AStringToUStringNCopy()
550 sal_uInt32 nLen = nSrcLen; in AStringToUStringNCopy()
H A Drtl_String_Utils.hxx118 const sal_uInt32 nSrcLen
/trunk/main/store/workben/
H A Dt_base.cxx231 sal_Size nSrcLen = 0; in __store_convertTextToUnicode() local
238 &nInfo, &nSrcLen); in __store_convertTextToUnicode()
/trunk/main/writerfilter/source/dmapper/
H A DNumberingManager.cxx82 for ( sal_Int32 i = 0, nSrcLen = aSrc.getLength( ); i < nSrcLen; i++ ) in lcl_mergeProperties() local

Completed in 27 milliseconds