Lines Matching defs:__r
165 codecvt_base::result __r;
168 __r = __cv_->in(*__st_, __extbuf, __extbuf + __nread, __enxt, &__1buf, &__1buf + 1, __inxt);
169 switch (__r) {
190 } while (__r == std::codecvt_base::partial);
318 codecvt_base::result __r;
323 __r = __cv_->out(*__st_, pbase, pptr, __e, __extbuf, __extbuf + sizeof(__extbuf), __extbe);
326 if (__r == codecvt_base::noconv) {
329 } else if (__r == codecvt_base::ok || __r == codecvt_base::partial) {
333 if (__r == codecvt_base::partial) {
338 } while (__r == codecvt_base::partial);
361 codecvt_base::result __r;
364 __r = __cv_->unshift(*__st_, __extbuf, __extbuf + sizeof(__extbuf), __extbe);
368 } while (__r == codecvt_base::partial);
369 if (__r == codecvt_base::error)