HomeSort by relevance Sort by last modified time
    Searched defs:_M_width (Results 1 - 2 of 2) sorted by null

  /external/stlport/stlport/stl/
_fstream.h 313 int _M_width; // Width of the encoding (if constant), else 1
_ios_base.h 134 streamsize width() const { return _M_width; }
136 streamsize __tmp = _M_width;
137 _M_width = __newwidth;
218 streamsize _M_width;

Completed in 40 milliseconds