Home
last modified time | relevance | path

Searched refs:rtl_uriDecode (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sal/osl/unx/
H A Dfile_url.cxx199 rtl_uriDecode( ustrPathToken, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8, &pTmp ); in osl_getSystemPathFromFileURL()
218 rtl_uriDecode( ustrFileURL, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8, &pTmp ); in osl_getSystemPathFromFileURL()
/AOO41X/main/sal/inc/rtl/
H A Duri.h292 void SAL_CALL rtl_uriDecode(rtl_uString * pText,
H A Duri.hxx128 rtl_uriDecode(const_cast< rtl::OUString & >(rText).pData, in decode()
/AOO41X/main/sal/osl/os2/
H A Dfile_url.cxx924 rtl_uriDecode( ustrPathToken, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8, &pTmp ); in osl_getSystemPathFromFileURL()
943 rtl_uriDecode( ustrFileURL, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8, &pTmp ); in osl_getSystemPathFromFileURL()
/AOO41X/main/sal/util/
H A Dsal.map481 rtl_uriDecode;
/AOO41X/main/sal/rtl/source/
H A Duri.cxx654 void SAL_CALL rtl_uriDecode(rtl_uString * pText, in rtl_uriDecode() function