Home
last modified time | relevance | path

Searched refs:__failed (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c197 bool __failed = true; in __put_num() local
202__failed = (use_facet<_NumPut>(__os.getloc())).put(ostreambuf_iterator<_CharT, _Traits>(__os.rdbuf… in __put_num()
210 if (__failed) in __put_num()
303 bool __failed = true; in _M_put_char() local
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()
311 __failed = __failed || in _M_put_char()
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()
316 __failed = __failed || this->_S_eof(this->rdbuf()->sputc(__c)); in _M_put_char()
325 if (__failed) in _M_put_char()
[all …]
D_istream.c1239 bool __failed = false; in __copy_unbuffered() local
1244 __failed = true; in __copy_unbuffered()
1247 __failed = true; in __copy_unbuffered()
1252 if (__failed && !__pushback(__src, _Traits::to_char_type(__c))) in __copy_unbuffered()
1256 if (__failed) in __copy_unbuffered()