reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/c++/7.4.0/bits/fstream.tcc
   89 	_M_codecvt = &use_facet<__codecvt_type>(this->_M_buf_locale);
  279 	  if (__check_facet(_M_codecvt).encoding() >= 0)
  281 	    __ret += _M_file.showmanyc() / _M_codecvt->max_length();
  318 	  if (__check_facet(_M_codecvt).always_noconv())
  329 	      const int __enc = _M_codecvt->encoding();
  336 		  __blen = __buflen + _M_codecvt->max_length() - 1;
  389 		    __r = _M_codecvt->in(_M_state_cur, _M_ext_next,
  577       if (__check_facet(_M_codecvt).always_noconv())
  586 	  streamsize __blen = __ilen * _M_codecvt->max_length();
  592 	  __r = _M_codecvt->out(_M_state_cur, __ibuf, __ibuf + __ilen,
  615 	      __r = _M_codecvt->out(_M_state_cur, __iresume,
  664       if (__n > __buflen && __check_facet(_M_codecvt).always_noconv()
  731       if (__check_facet(_M_codecvt).always_noconv()
  803       if (_M_codecvt)
  804 	__width = _M_codecvt->encoding();
  817 	    && (!_M_writing || _M_codecvt->always_noconv());
  902       if (_M_codecvt->always_noconv())
  910             _M_codecvt->length(__state, _M_ext_buf, _M_ext_next,
  931       if (_M_writing && !__check_facet(_M_codecvt).always_noconv()
  945 	      __r = _M_codecvt->unshift(_M_state_cur, __buf,
 1009 	      && __check_facet(_M_codecvt).encoding() == -1)
 1015 		  if (__check_facet(_M_codecvt).always_noconv())
 1026 			+ _M_codecvt->length(_M_state_last, _M_ext_buf,
 1045 	_M_codecvt = _M_codecvt_tmp;
 1047 	_M_codecvt = 0;