Lines Matching refs:pDecodedURL
716 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()
787 … else if ( pDecodedURL[nSkip] == (sal_Unicode)'\\' && pDecodedURL[nSkip+1] == (sal_Unicode)'\\' ) in _osl_getSystemPathFromFileURL()