Lines Matching refs:strUTF8
578 static sal_Bool _osl_decodeURL( rtl_String* strUTF8, rtl_uString** pstrDecodedURL ) in _osl_decodeURL() argument
589 nSrcLen = rtl_string_getLength(strUTF8); in _osl_decodeURL()
593 pSrc = rtl_string_getStr(strUTF8); in _osl_decodeURL()
645 rtl_String *strUTF8 = NULL; in _osl_encodeURL() local
652 …rtl_uString2String( &strUTF8, rtl_uString_getStr( strURL ), rtl_uString_getLength( strURL ), RTL_T… in _osl_encodeURL()
654 …pszEncodedURL = (sal_Char*) rtl_allocateMemory( (rtl_string_getLength( strUTF8 ) * 3 + 1) * sizeo… in _osl_encodeURL()
657 pURLScan = rtl_string_getStr( strUTF8 ); in _osl_encodeURL()
658 nURLScanLen = rtl_string_getLength( strUTF8 ); in _osl_encodeURL()
704 rtl_string_release( strUTF8 ); in _osl_encodeURL()
713 rtl_String *strUTF8 = NULL; in _osl_getSystemPathFromFileURL() local
724 …rtl_uString2String( &strUTF8, rtl_uString_getStr( strURL ), rtl_uString_getLength( strURL ), RTL_T… in _osl_getSystemPathFromFileURL()
729 strUTF8->length == strURL->length || in _osl_getSystemPathFromFileURL()
733 bValidEncoded = _osl_decodeURL( strUTF8, &strDecodedURL ); in _osl_getSystemPathFromFileURL()
736 rtl_string_release( strUTF8 ); in _osl_getSystemPathFromFileURL()