Home
last modified time | relevance | path

Searched refs:__check_facet (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dfstream.tcc178 if (__check_facet(_M_codecvt).encoding() >= 0 in showmanyc()
181 if (__check_facet(_M_codecvt).encoding() >= 0) in showmanyc()
213 if (__check_facet(_M_codecvt).always_noconv()) in underflow()
453 if (__check_facet(_M_codecvt).always_noconv()) in _M_convert_to_external()
533 if (__n > __buflen && __check_facet(_M_codecvt).always_noconv() in xsgetn()
601 if (__check_facet(_M_codecvt).always_noconv() in xsputn()
771 if (_M_writing && !__check_facet(_M_codecvt).always_noconv() in _M_terminate_output()
849 && __check_facet(_M_codecvt).encoding() == -1) in imbue()
855 if (__check_facet(_M_codecvt).always_noconv()) in imbue()
858 && !__check_facet(_M_codecvt_tmp).always_noconv()) in imbue()
Dbasic_ios.tcc118 { return __check_facet(_M_ctype).narrow(__c, __dfault); } in narrow()
123 { return __check_facet(_M_ctype).widen(__c); }
Dlocalefwd.h188 __check_facet(const _Facet* __f) in __check_facet() function
Dostream.tcc77 const __num_put_type& __np = __check_facet(this->_M_num_put); in _M_insert()
Distream.tcc66 const __ctype_type& __ct = __check_facet(__in._M_ctype); in _GLIBCXX_BEGIN_NAMESPACE()
101 const __num_get_type& __ng = __check_facet(this->_M_num_get); in _M_extract()