Searched refs:_M_locale (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h78 : _M_id(__id), _M_domain(strdup(__domain)), _M_locale(__loc)
86 locale _M_locale; member in struct:Catalog_info
H A Dmessages_members.cc142 use_facet<__codecvt_t>(__cat_info->_M_locale);
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h78 : _M_id(__id), _M_domain(strdup(__domain)), _M_locale(__loc)
86 locale _M_locale; member in struct:Catalog_info
H A Dmessages_members.cc142 use_facet<__codecvt_t>(__cat_info->_M_locale);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex.h199 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
228 const __collate_type& __fclt(use_facet<__collate_type>(_M_locale));
258 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
363 std::swap(_M_locale, __loc);
373 { return _M_locale; }
376 locale_type _M_locale; member in struct:regex_traits
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex.h213 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
242 const __collate_type& __fclt(use_facet<__collate_type>(_M_locale));
272 const __ctype_type& __fctyp(use_facet<__ctype_type>(_M_locale));
377 std::swap(_M_locale, __loc);
387 { return _M_locale; }
390 locale_type _M_locale; member in class:regex_traits

Completed in 184 milliseconds