Home
last modified time | relevance | path

Searched refs:pDecodedURL (Results 1 – 2 of 2) sorted by path

/trunk/main/sal/osl/os2/
H A Dfile_url.cxx788 const sal_Unicode *pDecodedURL; in _osl_getSystemPathFromFileURL() local
819 pDecodedURL = rtl_uString_getStr( strDecodedURL ); in _osl_getSystemPathFromFileURL()
824 if ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\", 7 ) ) in _osl_getSystemPathFromFileURL()
828 …if ( 0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\\\", 8 )… in _osl_getSystemPathFromFileURL()
831 …0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\localhost\\",… in _osl_getSystemPathFromFileURL()
832 …0 == rtl_ustr_ascii_shortenedCompare_WithLength( pDecodedURL, nDecodedLen, "file:\\\\127.0.0.1\\",… in _osl_getSystemPathFromFileURL()
842 rtl_uString_newFromStr_WithLength( &strTempPath, pDecodedURL + nSkip, nDecodedLen - nSkip ); in _osl_getSystemPathFromFileURL()
/trunk/main/sal/osl/w32/
H A Dfile_url.cxx716 const sal_Unicode *pDecodedURL; in _osl_getSystemPathFromFileURL() local
745 pDecodedURL = rtl_uString_getStr( strDecodedURL ); in _osl_getSystemPathFromFileURL()
749 …if ( 0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "fi… in _osl_getSystemPathFromFileURL()
753 …if ( 0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "fi… in _osl_getSystemPathFromFileURL()
756 …0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\… in _osl_getSystemPathFromFileURL()
757 …0 == rtl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\… in _osl_getSystemPathFromFileURL()
771 … rtl_uString_newFromStr_WithLength( &strTempPath, pDecodedURL + nSkip, nDecodedLen - nSkip ); in _osl_getSystemPathFromFileURL()
776 … sal_uInt32 nNewLen = GetCaseCorrectPathName( reinterpret_cast<LPCTSTR>(pDecodedURL + nSkip), in _osl_getSystemPathFromFileURL()
782 …|| 0 == rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL + nSkip, nDecodedLen - nS… in _osl_getSystemPathFromFileURL()
783 …|| 0 == rtl_ustr_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL + nSkip, nDecodedLen - nS… in _osl_getSystemPathFromFileURL()
[all …]

Completed in 28 milliseconds