HomeSort by relevance Sort by last modified time
    Searched full:_m_max_width (Results 1 - 4 of 4) sorted by null

  /ndk/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 61 _M_width(1), _M_max_width(1)
552 (__inext == _M_int_buf && __enext - _M_ext_buf >= _M_max_width))
741 _M_max_width = _M_codecvt->max_length();
747 _M_width = _M_max_width = 1;
_fstream.h 314 int _M_max_width; // Largest possible width of single character.
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_fstream.c 61 _M_width(1), _M_max_width(1)
552 (__inext == _M_int_buf && __enext - _M_ext_buf >= _M_max_width))
741 _M_max_width = _M_codecvt->max_length();
747 _M_width = _M_max_width = 1;
_fstream.h 314 int _M_max_width; // Largest possible width of single character.

Completed in 473 milliseconds