Searched refs:_M_ctype (Results 1 – 4 of 4) sorted by relevance
118 { return __check_facet(_M_ctype).narrow(__c, __dfault); } in narrow()123 { return __check_facet(_M_ctype).widen(__c); }174 _M_ctype = &use_facet<__ctype_type>(__loc); in _M_cache_locale()176 _M_ctype = 0; in _M_cache_locale()
93 const __ctype_type* _M_ctype; in _GLIBCXX_BEGIN_NAMESPACE() local258 _M_ctype(0), _M_num_put(0), _M_num_get(0) in _GLIBCXX_BEGIN_NAMESPACE()446 _M_streambuf(0), _M_ctype(0), _M_num_put(0), _M_num_get(0) in _GLIBCXX_BEGIN_NAMESPACE()
66 const __ctype_type& __ct = __check_facet(__in._M_ctype); in _GLIBCXX_BEGIN_NAMESPACE()
8676 * bits/basic_ios.h: Change _M_ctype to _M_fctype.8799 * bits/std_streambuf.h: Add cached ctype facet, _M_ctype.