Lines Matching refs:__cv_
57 const codecvt<char_type, char, state_type>* __cv_;
84 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
85 __encoding_ = __cv_->encoding();
86 __always_noconv_ = __cv_->always_noconv();
139 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
198 switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt,
244 const codecvt<char_type, char, state_type>* __cv_;
255 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
257 __always_noconv_(__cv_->always_noconv())
284 __r = __cv_->out(*__st_, pbase, pptr, __e,
335 __r = __cv_->unshift(*__st_, __extbuf,
354 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
355 __always_noconv_ = __cv_->always_noconv();