Searched refs:appendEscape (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 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() 5132 appendEscape(rTheText, cEscapePrefix, nUCS4 >> 12 | 0xE0); in appendUCS4Escape() 5138 appendEscape(rTheText, cEscapePrefix, nUCS4 >> 18 | 0xF0); in appendUCS4Escape() [all …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | urlobj.hxx | 1507 TOOLS_DLLPRIVATE static inline void appendEscape(
|
Completed in 46 milliseconds