22 #if U_SHOW_CPLUSPLUS_API 26 #if !UCONFIG_NO_CONVERSION // not available without conversion 37 #if defined(__GLIBCXX__) 38 namespace std {
class type_info; }
52 U_IO_API std::ostream & U_EXPORT2
operator<<(std::ostream& stream,
const UnicodeString& s);
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...