Lines Matching refs:__e
419 ptrdiff_t __e = this->egptr() - this->eback();
422 (char_type*)__extbuf_min_ + __e);
427 ptrdiff_t __e = this->epptr() - this->pbase();
429 (char_type*)__extbuf_min_ + __e);
435 ptrdiff_t __e = __rhs.egptr() - __rhs.eback();
438 (char_type*)__rhs.__extbuf_min_ + __e);
443 ptrdiff_t __e = __rhs.epptr() - __rhs.pbase();
445 (char_type*)__rhs.__extbuf_min_ + __e);
698 const char_type* __e;
699 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
701 if (__e == this->pbase())
716 this->setp((char_type*)__e, this->pptr());