Searched refs:__width (Results 1 – 4 of 4) sorted by relevance
| /dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| D | fstream.tcc | 717 int __width = 0; in seekoff() local 719 __width = _M_codecvt->encoding(); in seekoff() 720 if (__width < 0) in seekoff() 721 __width = 0; in seekoff() 724 const bool __testfail = __off != 0 && __width <= 0; in seekoff() 744 off_type __computed_off = __off * __width; in seekoff()
|
| D | locale_facets_nonio.tcc | 494 const size_type __width = static_cast<size_type>(__io.width()); in _M_insert() local 496 && __len < __width); in _M_insert() 523 __res.append(__width - __len, __fill); in _M_insert() 529 __res.append(__width - __len, __fill); in _M_insert() 540 if (__width > __len) in _M_insert() 544 __res.append(__width - __len, __fill); in _M_insert() 547 __res.insert(0, __width - __len, __fill); in _M_insert() 548 __len = __width; in _M_insert()
|
| /dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| D | fstream.tcc | 800 int __width = 0; in seekoff() local 802 __width = _M_codecvt->encoding(); in seekoff() 803 if (__width < 0) in seekoff() 804 __width = 0; in seekoff() 807 const bool __testfail = __off != 0 && __width <= 0; in seekoff() 827 off_type __computed_off = __off * __width; in seekoff()
|
| D | locale_facets_nonio.tcc | 500 const size_type __width = static_cast<size_type>(__io.width()); in _M_insert() local 502 && __len < __width); in _M_insert() 529 __res.append(__width - __len, __fill); in _M_insert() 535 __res.append(__width - __len, __fill); in _M_insert() 546 if (__width > __len) in _M_insert() 550 __res.append(__width - __len, __fill); in _M_insert() 553 __res.insert(0, __width - __len, __fill); in _M_insert() 554 __len = __width; in _M_insert()
|