Searched refs:PutChar (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dtxtstrm.h128 wxTextOutputStream& PutChar(wxChar c);
H A Dstream.h425 virtual void PutChar(char c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtxtstrm.cpp426 wxTextOutputStream& wxTextOutputStream::PutChar(wxChar c) function in class:wxTextOutputStream
516 return stream.PutChar(wxT('\n'));
H A Dstream.cpp299 void wxStreamBuffer::PutChar(char c) function in class:wxStreamBuffer
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstream.tex130 \membersection{wxStreamBuffer::PutChar}\label{wxstreambufferputchar}
132 \func{void}{PutChar}{\param{char }{c}}
H A Dtxtstrm.tex247 \membersection{wxTextOutputStream::PutChar}\label{wxtextoutputstreamputchar}
249 \func{void}{PutChar}{{\param wxChar }{c}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/mbconv/
H A Dmbconvtest.cpp1092 textOutputStream.PutChar( wideBuffer[i] );

Completed in 112 milliseconds