Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_ostream.c305 streamsize __npad = this->width() > 0 ? this->width() - 1 : 0; in _M_put_char() local
307 if (__npad == 0) in _M_put_char()
312 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()
336 streamsize __npad = this->width() > __n ? this->width() - __n : 0; in _M_put_nowiden() local
339 if (__npad == 0) in _M_put_nowiden()
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()
368 streamsize __npad = this->width() > __n ? this->width() - __n : 0; in _M_put_widen() local
371 if (__npad == 0) in _M_put_widen()
[all …]