Searched refs:_M_max_width (Results 1 – 2 of 2) sorted by relevance
61 _M_width(1), _M_max_width(1) in basic_filebuf()552 (__inext == _M_int_buf && __enext - _M_ext_buf >= _M_max_width)) in _M_underflow_aux()741 _M_max_width = _M_codecvt->max_length(); in _M_setup_codecvt()747 _M_width = _M_max_width = 1; in _M_setup_codecvt()
314 int _M_max_width; // Largest possible width of single character. variable