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.