#include "sal/config.h"
#include <cassert>
#include <ostream>
#include <string.h>
#include "osl/diagnose.h"
#include <rtl/ustring.h>
#include <rtl/string.hxx>
#include <rtl/stringutils.hxx>
#include <rtl/textenc.h>
#include "sal/log.hxx"
#include <new>
Go to the source code of this file.
Classes |
| class | rtl::OUString |
| | This String class provides base functionality for C++ like Unicode character array handling. More...
|
| class | rtl::OUString::DO_NOT_ACQUIRE |
| struct | rtl::OUStringHash |
| | A helper to use OUStrings with hash maps. More...
|
Functions |
| OUString | rtl::OStringToOUString (const OString &rStr, rtl_TextEncoding encoding, sal_uInt32 convertFlags=OSTRING_TO_OUSTRING_CVTFLAGS) |
| | Convert an OString to an OUString, using a specific text encoding.
|
| OString | rtl::OUStringToOString (const OUString &rUnicode, rtl_TextEncoding encoding, sal_uInt32 convertFlags=OUSTRING_TO_OSTRING_CVTFLAGS) |
| | Convert an OUString to an OString, using a specific text encoding.
|
| template<typename charT , typename traits > |
std::basic_ostream< charT,
traits > & | rtl::operator<< (std::basic_ostream< charT, traits > &stream, OUString const &string) |
| | Support for rtl::OUString in std::ostream (and thus in CPPUNIT_ASSERT or SAL_INFO macros, for example).
|