22 #if U_SHOW_CPLUSPLUS_API
26 #if !UCONFIG_NO_CONVERSION
37 #if defined(__GLIBCXX__)
38 namespace std {
class type_info; }
UnicodeString is a string class that stores Unicode characters directly and provides similar function...
U_IO_API std::ostream & operator<<(std::ostream &stream, const UnicodeString &s)
Write the contents of a UnicodeString to a C++ ostream.
U_IO_API std::istream & operator>>(std::istream &stream, UnicodeString &s)
Write the contents from a C++ istream to a UnicodeString.
Basic definitions for ICU, for both C and C++ APIs.
#define U_IO_API
Set to export library symbols from inside the ustdio library, and to import them from outside.