Apache Log4cxx
Version 1.3.0
|
This is the complete list of members for log4cxx::helpers::Transcoder, including all inherited members.
decode(const std::string &in, std::string::const_iterator &iter) | log4cxx::helpers::Transcoder | static |
decode(const std::string &src, LogString &dst) | log4cxx::helpers::Transcoder | static |
decode(const std::wstring &src, LogString &dst) | log4cxx::helpers::Transcoder | static |
decode(const std::wstring &in, std::wstring::const_iterator &iter) | log4cxx::helpers::Transcoder | static |
decode(const std::basic_string< UniChar > &src, LogString &dst) | log4cxx::helpers::Transcoder | static |
decode(const std::basic_string< UniChar > &in, std::basic_string< UniChar >::const_iterator &iter) | log4cxx::helpers::Transcoder | static |
decode(const CFStringRef &src, LogString &dst) | log4cxx::helpers::Transcoder | static |
decode(char v) | log4cxx::helpers::Transcoder | static |
decode(const char *v) | log4cxx::helpers::Transcoder | static |
decodeUTF8(const std::string &src, LogString &dst) | log4cxx::helpers::Transcoder | static |
encode(unsigned int ch, std::string &dst) | log4cxx::helpers::Transcoder | static |
encode(const LogString &src, std::string &dst) | log4cxx::helpers::Transcoder | static |
encode(const LogString &src, log4cxx::helpers::Pool &p) | log4cxx::helpers::Transcoder | static |
encode(const LogString &src, std::wstring &dst) | log4cxx::helpers::Transcoder | static |
encode(unsigned int ch, std::wstring &dst) | log4cxx::helpers::Transcoder | static |
encode(const LogString &src, std::basic_string< UniChar > &dst) | log4cxx::helpers::Transcoder | static |
encode(unsigned int ch, std::basic_string< UniChar > &dst) | log4cxx::helpers::Transcoder | static |
encode(const LogString &src) | log4cxx::helpers::Transcoder | static |
encodeCharsetName(const LogString &charsetName) | log4cxx::helpers::Transcoder | static |
encodeUTF16BE(unsigned int sv, ByteBuffer &dst) | log4cxx::helpers::Transcoder | static |
encodeUTF16LE(unsigned int sv, ByteBuffer &dst) | log4cxx::helpers::Transcoder | static |
encodeUTF8(const LogString &src, std::string &dst) | log4cxx::helpers::Transcoder | static |
encodeUTF8(const LogString &src, log4cxx::helpers::Pool &p) | log4cxx::helpers::Transcoder | static |
encodeUTF8(unsigned int sv, ByteBuffer &dst) | log4cxx::helpers::Transcoder | static |
LOSSCHAR enum value | log4cxx::helpers::Transcoder | |
wencode(const LogString &src, log4cxx::helpers::Pool &p) | log4cxx::helpers::Transcoder | static |