Lines Matching refs:CStdOutStream
16 CStdOutStream g_StdOut(stdout);
17 CStdOutStream g_StdErr(stderr);
19 bool CStdOutStream::Open(const char *fileName) throw() in Open()
27 bool CStdOutStream::Close() throw() in Close()
38 bool CStdOutStream::Flush() throw() in Flush()
43 CStdOutStream & endl(CStdOutStream & outStream) throw() in endl()
48 CStdOutStream & CStdOutStream::operator<<(const wchar_t *s) in operator <<()
72 void CStdOutStream::PrintUString(const UString &s, AString &temp) in PrintUString()
81 void CStdOutStream::Normalize_UString__LF_Allowed(UString &s) in Normalize_UString__LF_Allowed()
95 void CStdOutStream::Normalize_UString(UString &s) in Normalize_UString()
116 void CStdOutStream::NormalizePrint_UString(const UString &s, UString &tempU, AString &tempA) in NormalizePrint_UString()
123 void CStdOutStream::NormalizePrint_UString(const UString &s) in NormalizePrint_UString()
128 void CStdOutStream::NormalizePrint_wstr(const wchar_t *s) in NormalizePrint_wstr()
137 CStdOutStream & CStdOutStream::operator<<(Int32 number) throw() in operator <<()
144 CStdOutStream & CStdOutStream::operator<<(Int64 number) throw() in operator <<()
151 CStdOutStream & CStdOutStream::operator<<(UInt32 number) throw() in operator <<()
158 CStdOutStream & CStdOutStream::operator<<(UInt64 number) throw() in operator <<()