Searched refs:GetC (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagpnm.cpp63 if (buf_stream.GetC()==wxT('P')) c=buf_stream.GetC();
183 if ( stream.GetC() == 'P' )
185 switch ( stream.GetC() )
H A Dgifdecod.cpp252 m_restbyte = (unsigned char)stream.GetC();
667 type = (unsigned char)stream.GetC();
695 if (((unsigned char)stream.GetC()) == 0xF9)
718 while ((i = (unsigned char)stream.GetC()) != 0)
830 bits = (unsigned char)stream.GetC();
867 type = (unsigned char)stream.GetC();
872 (void) stream.GetC();
875 while ((i = (unsigned char)stream.GetC()) != 0)
905 (void) stream.GetC();
913 while ((i = (unsigned char)stream.GetC()) !
[all...]
H A Dimagpcx.cpp98 unsigned int data = (unsigned char)s.GetC();
114 data = (unsigned char)s.GetC();
269 if (stream.GetC() != 12)
490 unsigned char c = stream.GetC();
H A Dtxtstrm.cpp77 m_lastBytes[inlen] = m_input.GetC();
89 m_lastBytes[0] = m_input.GetC();
248 c = m_input.GetC();
H A Dimagbmp.cpp642 aByte = stream.GetC();
660 aByte = stream.GetC();
675 aByte = stream.GetC();
678 aByte = stream.GetC();
691 aByte = stream.GetC();
703 aByte = stream.GetC();
743 aByte = stream.GetC();
757 aByte = stream.GetC();
760 aByte = stream.GetC();
769 aByte = stream.GetC();
[all...]
H A Dimagtga.cpp114 current = stream.GetC();
H A Dstream.cpp812 int wxInputStream::GetC() function in class:wxInputStream
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dbstream.h91 // Just try to perform a GetC() on the input stream.
99 (void)stream_in.GetC();
139 (void)stream_in.GetC();
157 (void)stream_in.GetC();
174 (void)stream_in.GetC();
206 (void)stream_in.GetC();
212 (void)stream_in.GetC();
231 char getChar = stream_in.GetC();
256 CPPUNIT_ASSERT(stream_in.GetC() == 'a');
H A Dzlibstream.cpp249 zstream_in.GetC();
364 last_value = zstream_in.GetC();
430 char last_value = zstream_in.GetC();
458 (void)zstream_in.GetC();
H A Dfileback.cpp183 in.GetC();
190 CPPUNIT_ASSERT_EQUAL(int(i - 1), in.GetC());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/typetest/
H A Dtypetest.cpp669 ch = file_input.GetC();
677 ch = file_input.GetC();
685 ch = file_input.GetC();
699 ch = input.GetC();
707 ch = input.GetC();
715 ch = input.GetC();
742 ch = file_input.GetC();
749 ch = file_input.GetC();
756 ch = file_input.GetC();
770 ch = file_input.GetC();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dinputstr.tex40 \membersection{wxInputStream::GetC}\label{wxinputstreamgetc}
42 \func{char}{GetC}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp1607 char ch = is->GetC() ;
1616 ch = is->GetC();
1620 ch = is->GetC();
1626 ch = is->GetC();
1631 int newCh = is->GetC();
1719 int ch = is->GetC() ;
1724 ch = is->GetC();
1736 char newCh = is->GetC();
1753 ch = is->GetC();
1768 ch = is->GetC();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.cpp370 int c = m_logfile->GetC();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstream.h104 // still be returned by the next call to GetC()
115 int GetC();
138 // returns the number of bytes read by the last call to Read(), GetC() or
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp1136 char ch = arc->GetC();
1141 char ch2 = arc2->GetC();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp2841 wxPutchar(fsIn.GetC());
2878 wxPutchar(memInpStream.GetC());
3387 wxPutchar(istr.GetC());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextbuffer.cpp9278 int ch = stream.GetC();
9577 str[0] = stream.GetC();
9578 str[1] = stream.GetC();

Completed in 235 milliseconds