Lines Matching refs:__r
616 codecvt_base::result __r;
626 __r = __cv_->in(__st_, __extbuf_, __extbufend_, __extbufnext_,
629 if (__r == codecvt_base::noconv)
699 codecvt_base::result __r;
706 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
710 if (__r == codecvt_base::noconv)
716 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
721 if (__r == codecvt_base::partial)
729 } while (__r == codecvt_base::partial);
819 pos_type __r = ftell(__file_);
823 pos_type __r = ftello(__file_);
825 __r.state(__st_);
826 return __r;
860 codecvt_base::result __r;
864 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe);
868 } while (__r == codecvt_base::partial);
869 if (__r == codecvt_base::error)