Lines Matching refs:nDecodedLen
717 sal_uInt32 nDecodedLen; in _osl_getSystemPathFromFileURL() local
746 nDecodedLen = rtl_uString_getLength( strDecodedURL ); in _osl_getSystemPathFromFileURL()
749 …tl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\\\", 7… in _osl_getSystemPathFromFileURL()
753 …tl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\\\\\",… in _osl_getSystemPathFromFileURL()
756 …tl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\\\loca… in _osl_getSystemPathFromFileURL()
757 …tl_ustr_ascii_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL, nDecodedLen, "file:\\\\127.… in _osl_getSystemPathFromFileURL()
764 if ( nDecodedLen == nSkip ) in _osl_getSystemPathFromFileURL()
769 if ( nDecodedLen - nSkip <= MAX_PATH - 12 ) in _osl_getSystemPathFromFileURL()
771 … rtl_uString_newFromStr_WithLength( &strTempPath, pDecodedURL + nSkip, nDecodedLen - nSkip ); in _osl_getSystemPathFromFileURL()
782 …_ustr_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL + nSkip, nDecodedLen - nSkip, reinte… in _osl_getSystemPathFromFileURL()
783 …_ustr_shortenedCompareIgnoreAsciiCase_WithLength( pDecodedURL + nSkip, nDecodedLen - nSkip, reinte… in _osl_getSystemPathFromFileURL()