Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c214 _CharT* __ibegin = this->_M_int_buf; in overflow() local
223 while (__ibegin != __iend) { in overflow()
224 const _CharT* __inext = __ibegin; in overflow()
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, in overflow()
230 return _Noconv_output<_Traits>::_M_doit(this, __ibegin, __iend) in overflow()
242 (__enext - _M_ext_buf == _M_width * (__iend - __ibegin))) || in overflow()
243 (!_M_constant_width && __inext != __ibegin))) { in overflow()
247 __ibegin += __inext - __ibegin; in overflow()
352 _CharT* __ibegin = __buf._M_ptr; in seekoff() local
353 _CharT* __inext = __ibegin; in seekoff()
[all …]