Home
last modified time | relevance | path

Searched refs:_S_eof (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c92 if (this->_S_eof(__from->sgetc())) in _M_copy_buffered()
162 if (this->_S_eof(__c)) in _M_copy_unbuffered()
169 if (this->_S_eof(__to->sputc(_Traits::to_char_type(__c)))) in _M_copy_unbuffered()
308 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
310 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
316 __failed = __failed || this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
400 if (this->_S_eof(__buf->sputc(this->widen(*__s++)))) in _M_put_widen_aux()
414 __failed = this->_S_eof(this->rdbuf()->sputc(__c)); in put()
D_istream.c329 if (this->_S_eof(__tmp)) in peek()
352 if (!this->_S_eof(__tmp)) in get()
377 if (!this->_S_eof(__tmp)) { in get()
409 if (!this->_S_eof(__c)) in ignore()
438 if (this->_S_eof(__tmp)) in putback()
458 if (this->_S_eof(__buf->sungetc())) in unget()
546 if (!this->_S_eof(__tmp)) in _M_formatted_get()
599 if (__that->_S_eof(__c)) { in __read_unbuffered()
676 if (__that->_S_eof(__buf->sgetc())) in __read_buffered()
688 if (__that->_S_eof(__buf->sgetc())) { in __read_buffered()
[all …]
D_ios.h110 static bool _STLP_CALL _S_eof(int_type __c) { in _S_eof() function