Lines Matching refs:__r
746 codecvt_base::result __r;
756 __r = __cv_->in(__st_, __extbuf_, __extbufend_, __extbufnext_,
759 if (__r == codecvt_base::noconv)
830 codecvt_base::result __r;
837 __r = __cv_->out(__st_, this->pbase(), this->pptr(), __e,
841 if (__r == codecvt_base::noconv)
847 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
852 if (__r == codecvt_base::partial)
860 } while (__r == codecvt_base::partial);
950 pos_type __r = ftell(__file_);
954 pos_type __r = ftello(__file_);
956 __r.state(__st_);
957 return __r;
991 codecvt_base::result __r;
995 __r = __cv_->unshift(__st_, __extbuf_, __extbuf_ + __ebs_, __extbe);
999 } while (__r == codecvt_base::partial);
1000 if (__r == codecvt_base::error)