Searched refs:sputc (Results 1 - 10 of 10) sorted by relevance

/external/astl/tests/
H A Dtest_streambuf.cpp54 EXPECT_TRUE(buf.sputc('A') == 65);
55 EXPECT_TRUE(buf.sputc('B') == 66);
56 EXPECT_TRUE(buf.sputc('C') == 67);
57 EXPECT_TRUE(buf.sputc('D') == 68);
58 EXPECT_TRUE(buf.sputc('E') == 69);
59 // TODO: The sputc implementation has been changed to use
62 // EXPECT_TRUE(buf.sputc('F') == char_traits<char>::eof());
63 // EXPECT_TRUE(buf.sputc('G') == char_traits<char>::eof());
H A Dtest_sstream.cpp91 buf.sputc('A');
92 buf.sputc('B');
93 buf.sputc('C');
94 buf.sputc('D');
/external/astl/include/
H A Dstreambuf44 * - sputc
70 int_type sputc(char_type c) {
77 * Write str[0] to str[n-1] to output sequence. Stops if sputc
/external/astl/src/
H A Dsstream.cpp83 mStringBuf.sputc(c);
/external/stlport/stlport/stl/
H A D_ostreambuf_iterator.h62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
H A D_ostream.c169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c))))
308 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
310 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
316 __failed = __failed || this->_S_eof(this->rdbuf()->sputc(__c));
400 if (this->_S_eof(__buf->sputc(this->widen(*__s++))))
414 __failed = this->_S_eof(this->rdbuf()->sputc(__c));
H A D_streambuf.h198 int_type sputc(char_type __c) { function in class:basic_streambuf
H A D_string_io.c21 if (_Traits::eq_int_type(__buf->sputc(__f), _Traits::eof()))
H A D_istream.c1242 if (!__that->_S_eof(__dest->sputc(_Traits::to_char_type(__c))))
/external/oprofile/include/
H A Dsstream115 sputc(c);

Completed in 185 milliseconds