Home
last modified time | relevance | path

Searched refs:cEscapePrefix (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/fsys/
H A Durlobj.cxx443 sal_Char cEscapePrefix, in appendEscape() argument
446 rTheText.append(sal_Unicode(cEscapePrefix)); in appendEscape()
864 sal_Char cEscapePrefix = getEscapePrefix(); in setAbsURIRef() local
896 cEscapePrefix, eMechanism, in setAbsURIRef()
899 PART_AUTHORITY, cEscapePrefix, eCharset, in setAbsURIRef()
925 cEscapePrefix, in setAbsURIRef()
934 cEscapePrefix, in setAbsURIRef()
966 cEscapePrefix, eMechanism, in setAbsURIRef()
969 PART_AUTHORITY, cEscapePrefix, eCharset, in setAbsURIRef()
1255 cEscapePrefix, eMechanism, in setAbsURIRef()
[all …]
/AOO41X/main/tools/inc/tools/
H A Durlobj.hxx1126 sal_Char cEscapePrefix,
1151 sal_Char cEscapePrefix,
1171 sal_Char cEscapePrefix,
1177 sal_Char cEscapePrefix,
1183 sal_Char cEscapePrefix,
1188 sal_Char cEscapePrefix, rtl_TextEncoding eCharset,
1193 sal_Char cEscapePrefix,
1508 rtl::OUStringBuffer & rTheText, sal_Char cEscapePrefix,
1513 Part ePart, sal_Char cEscapePrefix, EncodeMechanism eMechanism,
1518 sal_Char cEscapePrefix, EncodeMechanism eMechanism,
[all …]
/AOO41X/main/sal/rtl/source/
H A Duri.cxx48 sal_Unicode const cEscapePrefix = 0x25; // '%' variable
124 if (nChar == cEscapePrefix && bEncoded && pEnd - *pBegin >= 2 in readUcs4()
161 if (pEnd - p < 3 || p[0] != cEscapePrefix in readUcs4()
218 && pEnd - p >= 3 && p[0] == cEscapePrefix in readUcs4()
278 writeUnicode(pBuffer, pCapacity, cEscapePrefix); in writeEscapeOctet()