Lines Matching refs:decode

1864 			= decode(rTheAbsURIRef,  in convertAbsToRel()
1879 = decode(rTheAbsURIRef, in convertAbsToRel()
1999 aSynRelURIRef.append(decode(pSubjectPathBegin + nMatch, pSubjectPathEnd, in convertAbsToRel()
2007 aSynRelURIRef.append(aSubject.decode(aSubject.m_aQuery, cEscapePrefix, in convertAbsToRel()
2013 aSynRelURIRef.append(aSubject.decode(aSubject.m_aFragment, in convertAbsToRel()
2044 rTheExtURIRef = decode(aSynExtURIRef, cEscapePrefix, eDecodeMechanism, in convertIntToExt()
2072 rTheIntURIRef = decode(aSynIntURIRef, cEscapePrefix, eDecodeMechanism, in convertExtToInt()
3745 rtl::OUString INetURLObject::decode(sal_Unicode const * pBegin, in decode() function in INetURLObject
3886 aSegment(decode(p + (p == pBegin && pBegin != pCoreBegin ? in getAbbreviated()
3926 aSegment(decode(pPrefixBegin in getAbbreviated()
3965 aBuffer.append(decode(pCoreBegin, in getAbbreviated()
3973 aBuffer.append(decode(m_aQuery, cEscapePrefix, eMechanism, eCharset)); in getAbbreviated()
3979 append(decode(m_aFragment, cEscapePrefix, eMechanism, eCharset)); in getAbbreviated()
4345 rtl::OUStringBuffer aHostPort(decode(m_aHost, getEscapePrefix(), in GetHostPort()
4350 aHostPort.append(decode(m_aPort, getEscapePrefix(), in GetHostPort()
4481 return decode(pSegBegin, p, getEscapePrefix(), eMechanism, eCharset); in getName()
4560 return decode(pSegBegin, pExtension, getEscapePrefix(), eMechanism, in getBase()
4626 return decode(pExtension + 1, p, getEscapePrefix(), eMechanism, eCharset); in getExtension()
5001 aSynFSysPath.append(decode(m_aHost, '%', DECODE_WITH_CHARSET, in getFSysPath()
5005 aSynFSysPath.append(decode(m_aPath, '%', DECODE_WITH_CHARSET, in getFSysPath()
5018 return decode(m_aPath, '%', DECODE_WITH_CHARSET, in getFSysPath()
5031 aSynFSysPath.append(decode(m_aHost, '%', DECODE_WITH_CHARSET, in getFSysPath()
5112 return decode(p, pEnd, getEscapePrefix(), eMechanism, eCharset); in GetMsgId()
5495 decode(m_aAbsURIRef.getStr(), in PathToFileName()