Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c312 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()
315 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_char()
344 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_nowiden()
347 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_nowiden()
376 this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_widen()
379 __failed = this->rdbuf()->_M_sputnc(this->fill(), __npad) != __npad; in _M_put_widen()
D_streambuf.h208 streamsize _M_sputnc(char_type __c, streamsize __n) in _M_sputnc() function