Searched refs:appendEscape (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/tools/source/fsys/ |
| H A D | urlobj.cxx | 442 inline void INetURLObject::appendEscape(rtl::OUStringBuffer & rTheText, in appendEscape() function in INetURLObject 3776 appendEscape(aResult, cEscapePrefix, nUTF32); in decode() 3791 appendEscape(aResult, cEscapePrefix, nUTF32); in decode() 4861 appendEscape(aSynAbsURIRef, '%', *p); in setFSysPath() 4882 appendEscape(aSynAbsURIRef, '%', *p); in setFSysPath() 4916 appendEscape(aSynAbsURIRef, '%', *p); in setFSysPath() 4939 appendEscape(aSynAbsURIRef, '%', *p); in setFSysPath() 5124 appendEscape(rTheText, cEscapePrefix, nUCS4); in appendUCS4Escape() 5127 appendEscape(rTheText, cEscapePrefix, nUCS4 >> 6 | 0xC0); in appendUCS4Escape() 5128 appendEscape(rTheText, cEscapePrefix, (nUCS4 & 0x3F) | 0x80); in appendUCS4Escape() [all …]
|
| /trunk/main/tools/inc/tools/ |
| H A D | urlobj.hxx | 1507 TOOLS_DLLPRIVATE static inline void appendEscape(
|