My Project
UDK 3.2.7 C/C++ API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
ustring.hxx File Reference
#include "sal/config.h"
#include <cassert>
#include "osl/diagnose.h"
#include <rtl/ustring.h>
#include <rtl/string.hxx>
#include <rtl/stringutils.hxx>
#include <rtl/memory.h>
#include "sal/log.hxx"
#include <new>
#include <rtl/oustringostreaminserter.hxx>

Go to the source code of this file.

Classes

class  rtl::OUString
 This String class provide 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...

Namespaces

namespace  rtl

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.