Lines Matching refs:__cv_
52 const codecvt<char_type, char, state_type>* __cv_;
85 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
86 __encoding_ = __cv_->encoding();
87 __always_noconv_ = __cv_->always_noconv();
168 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, &__1buf + 1, __inxt);
218 switch (__cv_->out(*__st_, &__ci, &__ci + 1, __inxt, __extbuf, __extbuf + sizeof(__extbuf), __enxt)) {
260 const codecvt<char_type, char, state_type>* __cv_;
279 __cv_(&use_facet<codecvt<char_type, char, state_type> >(this->getloc())),
281 __always_noconv_(__cv_->always_noconv()) {
323 __r = __cv_->out(*__st_, pbase, pptr, __e, __extbuf, __extbuf + sizeof(__extbuf), __extbe);
364 __r = __cv_->unshift(*__st_, __extbuf, __extbuf + sizeof(__extbuf), __extbe);
379 __cv_ = &use_facet<codecvt<char_type, char, state_type> >(__loc);
380 __always_noconv_ = __cv_->always_noconv();