Lines Matching refs:codecvt_base
212 codecvt_base::result __r = codecvt_base::ok; in underflow()
286 if (__r == codecvt_base::noconv) in underflow()
300 if (__r == codecvt_base::error) in underflow()
323 if (__r == codecvt_base::partial) in underflow()
327 else if (__r == codecvt_base::error) in underflow()
467 codecvt_base::result __r; in _M_convert_to_external()
471 if (__r == codecvt_base::ok || __r == codecvt_base::partial) in _M_convert_to_external()
473 else if (__r == codecvt_base::noconv) in _M_convert_to_external()
487 if (__r == codecvt_base::partial && __elen == __plen) in _M_convert_to_external()
494 if (__r != codecvt_base::error) in _M_convert_to_external()
781 codecvt_base::result __r; in _M_terminate_output()
789 if (__r == codecvt_base::error) in _M_terminate_output()
791 else if (__r == codecvt_base::ok || in _M_terminate_output()
792 __r == codecvt_base::partial) in _M_terminate_output()
803 while (__r == codecvt_base::partial && __ilen > 0 && __testvalid); in _M_terminate_output()