Lines Matching refs:gptr
3459 if (this->gptr() == 0)
3463 if (this->gptr() == this->egptr()) {
3470 __c = *this->gptr();
3493 __c = *this->gptr();
3496 __c = *this->gptr();
3501 __c = *this->gptr();
3512 if (__cv_ != 0 && __bufptr_ && this->eback() < this->gptr()) {
3517 if (traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1])) {
3519 *this->gptr() = traits_type::to_char_type(__c);
3666 __c = this->egptr() - this->gptr();
3671 __c += __width * (this->egptr() - this->gptr());
3673 if (this->gptr() != this->egptr()) {
3674 std::reverse(this->gptr(), this->egptr());
3676 const char_type* __e = this->gptr();
3682 __c += this->egptr() - this->gptr();