Searched defs:Utf8Str (Results 1 - 1 of 1) sorted by relevance

/vbox/include/VBox/com/
H A Dstring.h51 class Utf8Str;
74 * and also provides automatic conversions to RTCString and Utf8Str instances.
83 * Starting with VirtualBox 3.2, like Utf8Str, Bstr no longer differentiates
91 * from external sources before passing them to Bstr or Utf8Str.
468 friend class Utf8Str; /* to access our raw_copy() */
487 * Like RTCString, Utf8Str does not differentiate between NULL strings
488 * and empty strings. In other words, Utf8Str("") and Utf8Str(NULL) behave the
493 * @note All Utf8Str methods ASSUMES valid UTF-8 or UTF-16 input strings.
495 * from external sources before passing them to Utf8Str o
497 class Utf8Str : public RTCString class in namespace:com
501 Utf8Str() {} function in class:com::Utf8Str
503 Utf8Str(const RTCString &that) function in class:com::Utf8Str
507 Utf8Str(const char *that) function in class:com::Utf8Str
511 Utf8Str(const Bstr &that) function in class:com::Utf8Str
516 Utf8Str(CBSTR that, size_t a_cwcSize = RTSTR_MAX) function in class:com::Utf8Str
521 Utf8Str(const char *a_pszSrc, size_t a_cchSrc) function in class:com::Utf8Str
536 Utf8Str(const char *a_pszFormat, va_list a_va) function in class:com::Utf8Str
[all...]

Completed in 1501 milliseconds