Searched refs:_M_width (Results 1 – 4 of 4) sorted by relevance
/external/stlport/stlport/stl/ |
D | _fstream.c | 61 _M_width(1), _M_max_width(1) in basic_filebuf() 242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) || in overflow() 305 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence), in seekoff() 311 return _M_seek_return(_M_base._M_seek(_M_width * __off, __whence), in seekoff() 325 streamoff __iadj = _M_width * (this->gptr() - this->eback()); in seekoff() 551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) || in _M_underflow_aux() 654 streamsize __ebufsiz = (max)(__n * __STATIC_CAST(streamsize, _M_width), in _M_allocate_buffers() 740 _M_width = (max)(__encoding, 1); in _M_setup_codecvt() 747 _M_width = _M_max_width = 1; in _M_setup_codecvt()
|
D | _ios_base.h | 134 streamsize width() const { return _M_width; } in width() 136 streamsize __tmp = _M_width; in width() 137 _M_width = __newwidth; in width() 218 streamsize _M_width; variable
|
D | _fstream.h | 313 int _M_width; // Width of the encoding (if constant), else 1 variable
|
/external/stlport/src/ |
D | ios.cpp | 237 _M_width = x._M_width; in _M_copy_state() 288 _M_precision(0), _M_width(0), in ios_base()
|