Lines Matching refs:__r
607 codecvt_base::result __r;
618 __r = __cv_->in(__st_, __extbuf_, __extbufend_, __extbufnext_,
621 if (__r == codecvt_base::noconv)
691 codecvt_base::result __r;
699 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
703 if (__r == codecvt_base::noconv)
709 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
714 if (__r == codecvt_base::partial)
722 } while (__r == codecvt_base::partial);
813 pos_type __r = ftell(__file_);
817 pos_type __r = ftello(__file_);
819 __r.state(__st_);
820 return __r;
855 codecvt_base::result __r;
859 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe);
863 } while (__r == codecvt_base::partial);
864 if (__r == codecvt_base::error)