Searched refs:nDecodedLen (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/sal/osl/w32/ |
H A D | file_url.cxx | 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() [all …]
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 789 sal_uInt32 nDecodedLen; in _osl_getSystemPathFromFileURL() local 820 nDecodedLen = rtl_uString_getLength( 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() 839 if ( nDecodedLen == nSkip ) in _osl_getSystemPathFromFileURL() 842 rtl_uString_newFromStr_WithLength( &strTempPath, pDecodedURL + nSkip, nDecodedLen - nSkip ); in _osl_getSystemPathFromFileURL()
|
Completed in 18 milliseconds