Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_fstream.c224 const _CharT* __inext = __ibegin; in overflow() local
227 = _M_codecvt->out(_M_state, __ibegin, __iend, __inext, in overflow()
241 (((__inext == __iend) && in overflow()
243 (!_M_constant_width && __inext != __ibegin))) { in overflow()
247 __ibegin += __inext - __ibegin; in overflow()
353 _CharT* __inext = __ibegin; in seekoff() local
358 __ibegin, __ibegin + __ipos, __inext); in seekoff()
365 _STLP_ASSERT(__inext == __ibegin + __ipos) in seekoff()
532 _CharT* __inext; in _M_underflow_aux() local
537 _M_int_buf, _M_int_buf_EOS, __inext); in _M_underflow_aux()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dfstream617 char_type* __inext;
620 this->eback() + __ibs_, __inext);
626 else if (__inext != this->eback() + __unget_sz)
628 this->setg(this->eback(), this->eback() + __unget_sz, __inext);
Dlocale4141 char_type* __inext;
4144 this->egptr(), __inext);
4150 else if (__inext != this->eback() + __unget_sz)
4152 this->setg(this->eback(), this->eback() + __unget_sz, __inext);