All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
pdftron::UString Member List

This is the complete list of members for pdftron::UString, including all inherited members.

Assign(const UString &uni)pdftron::UString
Assign(const Unicode *uni, int buf_sz=-1)pdftron::UString
Assign2(const char *buf, int buf_sz=-1, TextEncoding enc=e_utf8)pdftron::UString
Compare(const UString &str, int max_length=-1) const pdftron::UString
Concat(const UString &str) const pdftron::UString
ConvertToAscii(char *in_out_buf, int buf_sz, bool null_term) const pdftron::UString
ConvertToAscii() const pdftron::UString
ConvertToNativeWString() const pdftron::UString
ConvertToPDFText(char *in_out_buf, int buf_sz, bool force_unicode=false) const pdftron::UString
ConvertToUtf32(UInt32 *in_out_buf, int buf_sz, bool null_term) const pdftron::UString
ConvertToUtf32() const pdftron::UString
ConvertToUtf8(char *in_out_buf, int buf_sz, bool null_term) const pdftron::UString
ConvertToUtf8() const pdftron::UString
CStr() const pdftron::UString
e_ascii_enc enum valuepdftron::UString
e_no_enc enum valuepdftron::UString
e_pdfdoc_enc enum valuepdftron::UString
e_pdftext_enc enum valuepdftron::UString
e_utf16be_enc enum valuepdftron::UString
e_utf8 enum valuepdftron::UString
e_winansii_enc enum valuepdftron::UString
Empty() const pdftron::UString
GetAt(int idx) const pdftron::UString
GetBuffer() const pdftron::UString
GetLength() const pdftron::UString
IsInAscii() const pdftron::UString
operator!=(const UString &rStr1, const UString &rStr2)pdftron::UStringfriend
operator!=(const UString &rStr1, const Unicode *pStr2)pdftron::UStringfriend
operator!=(const Unicode *pStr1, const UString &rStr2)pdftron::UStringfriend
operator+(const UString &str1, const UString &str2)pdftron::UStringfriend
operator+=(const UString &str)pdftron::UString
operator<(const UString &rStr1, const UString &rStr2)pdftron::UStringfriend
operator<=(const UString &rStr1, const UString &rStr2)pdftron::UStringfriend
operator=(const UString &str)pdftron::UString
operator=(const char *ascii_str)pdftron::UString
operator==(const UString &rStr1, const UString &rStr2)pdftron::UStringfriend
operator==(const UString &rStr1, const Unicode *pStr2)pdftron::UStringfriend
operator==(const Unicode *pStr1, const UString &rStr2)pdftron::UStringfriend
operator>(const UString &rStr1, const UString &rStr2)pdftron::UStringfriend
operator>=(const UString &rStr1, const UString &rStr2)pdftron::UStringfriend
PushBack(Unicode ch)pdftron::UString
Reserve(int count)pdftron::UString
Resize(int count, Unicode ch= ' ')pdftron::UString
SubStr(int off=0, int count=-1) const pdftron::UString
TextEncoding enum namepdftron::UString
ToLower()pdftron::UString
ToUpper()pdftron::UString
UString()pdftron::UString
UString(const UString &str)pdftron::UString
UString(Unicode value)pdftron::UStringexplicit
UString(const Unicode *value)pdftron::UString
UString(const Unicode *value, int length)pdftron::UString
UString(const char *buf, int buf_sz=-1, TextEncoding enc=e_utf8)pdftron::UString
UString(const std::string &str, TextEncoding enc=e_utf8)pdftron::UString
UString(const std::wstring &value)pdftron::UString
~UString()pdftron::UString