Home | History | Annotate | Download | only in bits

Lines Matching full:__beg

160       const char_type* __beg = __testin ? this->eback() : this->pbase();
161 if ((__beg || !__off) && (__testin || __testout || __testboth))
169 __newoffi += this->gptr() - __beg;
170 __newoffo += this->pptr() - __beg;
173 __newoffo = __newoffi += this->egptr() - __beg;
177 && this->egptr() - __beg >= __newoffi)
185 && this->egptr() - __beg >= __newoffo)
203 const char_type* __beg = __testin ? this->eback() : this->pbase();
204 if ((__beg || !off_type(__sp)) && (__testin || __testout))
210 && __pos <= this->egptr() - __beg);