Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c61 _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()
D_fstream.h314 int _M_max_width; // Largest possible width of single character. variable