Lines Matching refs:UnicodeString
25 * operator<< and operator>> for UnicodeString manipulation with the
40 * Write the contents of a UnicodeString to a C++ ostream. This functions writes
41 * the characters in a UnicodeString to an ostream. The UChars in the
42 * UnicodeString are converted to the char based ostream with the default
46 U_IO_API std::ostream & U_EXPORT2 operator<<(std::ostream& stream, const UnicodeString& s);
49 * Write the contents from a C++ istream to a UnicodeString. The UChars in the
50 * UnicodeString are converted from the char based istream with the default
54 U_IO_API std::istream & U_EXPORT2 operator>>(std::istream& stream, UnicodeString& s);
62 U_IO_API ostream & U_EXPORT2 operator<<(ostream& stream, const UnicodeString& s);
64 U_IO_API istream & U_EXPORT2 operator>>(istream& stream, UnicodeString& s);