Lines Matching refs:__r
135 codecvt_base::result __r;
139 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
141 switch (__r)
163 } while (__r == _VSTD::codecvt_base::partial);
278 codecvt_base::result __r;
284 __r = __cv_->out(*__st_, pbase, pptr, __e,
290 if (__r == codecvt_base::noconv)
295 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
300 if (__r == codecvt_base::partial)
307 } while (__r == codecvt_base::partial);
331 codecvt_base::result __r;
335 __r = __cv_->unshift(*__st_, __extbuf,
341 } while (__r == codecvt_base::partial);
342 if (__r == codecvt_base::error)