Lines Matching refs:__e
421 ptrdiff_t __e = this->egptr() - this->eback();
424 (char_type*)__extbuf_min_ + __e);
429 ptrdiff_t __e = this->epptr() - this->pbase();
431 (char_type*)__extbuf_min_ + __e);
437 ptrdiff_t __e = __rhs.egptr() - __rhs.eback();
440 (char_type*)__rhs.__extbuf_min_ + __e);
445 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
447 (char_type*)__rhs.__extbuf_min_ + __e);
702 const char_type* __e;
703 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
705 if (__e == this->pbase())
720 this->setp((char_type*)__e, this->pptr());