LibreOffice Module sal (master) 1
Enumerations | Functions
rtl::uri::detail Namespace Reference

Enumerations

enum  EscapeType {
  EscapeNo ,
  EscapeChar ,
  EscapeOctet
}
 

Functions

sal_uInt32 readUcs4 (sal_Unicode const **pBegin, sal_Unicode const *pEnd, bool bEncoded, rtl_TextEncoding eCharset, EscapeType *pType)
 

Enumeration Type Documentation

◆ EscapeType

Enumerator
EscapeNo 
EscapeChar 
EscapeOctet 

Definition at line 26 of file uri_internal.hxx.

Function Documentation

◆ readUcs4()

sal_uInt32 rtl::uri::detail::readUcs4 ( sal_Unicode const **  pBegin,
sal_Unicode const *  pEnd,
bool  bEncoded,
rtl_TextEncoding  eCharset,
EscapeType pType 
)