Lines Matching refs:__cv_
308 const codecvt<char_type, char, state_type>* __cv_;
409 __cv_(nullptr),
418 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(this->getloc());
419 __always_noconv_ = __cv_->always_noconv();
439 __cv_ = __rhs.__cv_;
540 std::swap(__cv_, __rhs.__cv_);
777 if (!__cv_)
782 __r = __cv_->in(
839 if (!__cv_)
843 … __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e, __extbuf_, __extbuf_ + __ebs_, __extbe);
910 if (!__cv_)
913 int __width = __cv_->encoding();
964 if (!__cv_)
974 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe);
990 int __width = __cv_->encoding();
996 … const int __off = __cv_->length(__state, __extbuf_, __extbufnext_, this->gptr() - this->eback());
1021 __cv_ = &std::use_facet<codecvt<char_type, char, state_type> >(__loc);
1023 __always_noconv_ = __cv_->always_noconv();