Home | History | Annotate | Download | only in icu4c

Lines Matching refs:ostream

6358         { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ostream in iostream.h is really defined" >&5
6359 $as_echo_n "checking whether ostream in iostream.h is really defined... " >&6; }
6369 ostream &testout = cout; testout << "test" << endl;