Lines Matching refs:__r
133 codecvt_base::result __r;
137 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt,
139 switch (__r)
161 } while (__r == _VSTD::codecvt_base::partial);
276 codecvt_base::result __r;
282 __r = __cv_->out(*__st_, pbase, pptr, __e,
288 if (__r == codecvt_base::noconv)
293 else if (__r == codecvt_base::ok || __r == codecvt_base::partial)
298 if (__r == codecvt_base::partial)
305 } while (__r == codecvt_base::partial);
329 codecvt_base::result __r;
333 __r = __cv_->unshift(*__st_, __extbuf,
339 } while (__r == codecvt_base::partial);
340 if (__r == codecvt_base::error)