Searched refs:_M_constant_width (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_fstream.c49 _M_constant_width(false), _M_always_noconv(false),
138 else if (_M_constant_width) {
243 (!_M_constant_width && __inext != __ibegin))) {
297 if (!_M_constant_width && __off != 0)
324 if (_M_constant_width) { // Get or set the position.
551 (_M_constant_width && (__inext - _M_int_buf) * _M_width != (__enext - _M_ext_buf)) ||
594 if (_M_in_output_mode && !_M_constant_width) {
742 _M_constant_width = __encoding > 0;
748 _M_constant_width = _M_always_noconv = false;
H A D_fstream.h265 unsigned char _M_constant_width; member in class:basic_filebuf

Completed in 49 milliseconds