Searched refs:__c_locale (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-11-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dc_locale.cc41 locale::facet::_S_create_c_locale(__c_locale&, const char*, __c_locale*)
45 locale::facet::_S_destroy_c_locale(__c_locale&)
48 __c_locale
49 locale::facet::_S_clone_c_locale(__c_locale&)
50 { return __c_locale(); }
54 numpunct<char>::_M_initialize_numpunct(__c_locale)
67 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale)
80 moneypunct<char>::_M_initialize_moneypunct(__c_locale)
97 moneypunct<wchar_t>::_M_initialize_moneypunct(__c_locale)
[all...]
H A Dc_locale.h48 typedef int* __c_locale; typedef
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.cc48 const __c_locale& __cloc)
62 const __c_locale& __cloc)
76 const __c_locale& __cloc)
94 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s,
95 __c_locale __old)
107 locale::facet::_S_destroy_c_locale(__c_locale& __cloc)
113 __c_locale
114 locale::facet::_S_clone_c_locale(__c_locale& __cloc)
H A Dc_locale.h69 typedef __locale_t __c_locale; typedef
76 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)),
82 __c_locale __old = __gnu_cxx::__uselocale(__cloc);
H A Dmessages_members.cc47 __c_locale __old = __uselocale(_M_c_locale_messages);
67 __c_locale __old = __uselocale(_M_c_locale_messages);
H A Dcodecvt_members.cc54 __c_locale __old = __uselocale(_M_c_locale_codecvt);
129 __c_locale __old = __uselocale(_M_c_locale_codecvt);
208 __c_locale __old = __uselocale(_M_c_locale_codecvt);
223 __c_locale __old = __uselocale(_M_c_locale_codecvt);
242 __c_locale __old = __uselocale(_M_c_locale_codecvt);
H A Dnumeric_members.cc43 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc)
96 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc)
H A Dtime_members.h57 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc52 const __c_locale&)
89 const __c_locale&)
108 ios_base::iostate& __err, const __c_locale&)
134 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s,
135 __c_locale)
146 locale::facet::_S_destroy_c_locale(__c_locale& __cloc)
149 __c_locale
150 locale::facet::_S_clone_c_locale(__c_locale&)
151 { return __c_locale(); }
51 __convert_to_v(const char* __s, float& __v, ios_base::iostate& __err, const __c_locale&) argument
88 __convert_to_v(const char* __s, double& __v, ios_base::iostate& __err, const __c_locale&) argument
107 __convert_to_v(const char* __s, long double& __v, ios_base::iostate& __err, const __c_locale&) argument
H A Dc_locale.h56 typedef int* __c_locale; typedef
63 __convert_from_v(const __c_locale&, char* __out, argument
H A Dmonetary_members.cc48 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*)
74 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*)
109 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale,
137 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale,
H A Dnumeric_members.cc42 numpunct<char>::_M_initialize_numpunct(__c_locale)
74 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale)
H A Dmessages_members.h50 messages<_CharT>::messages(__c_locale, const char*, size_t __refs)
H A Dtime_members.h61 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s,
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dlocale_classes.h351 static __c_locale _S_c_locale;
382 _S_create_c_locale(__c_locale& __cloc, const char* __s,
383 __c_locale __old = 0);
385 static __c_locale
386 _S_clone_c_locale(__c_locale& __cloc);
389 _S_destroy_c_locale(__c_locale& __cloc);
393 static __c_locale
H A Dcodecvt.h284 __c_locale _M_c_locale_codecvt;
294 codecvt(__c_locale __cloc, size_t __refs = 0);
345 __c_locale _M_c_locale_codecvt;
354 codecvt(__c_locale __cloc, size_t __refs = 0);
403 __c_locale _M_c_locale_codecvt;
412 codecvt(__c_locale __cloc, size_t __refs = 0);
/freebsd-11-stable/contrib/libstdc++/src/
H A Dcodecvt.cc48 codecvt(__c_locale __cloc, size_t __refs)
128 codecvt(__c_locale __cloc, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/aix/
H A Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_noninline.h47 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/generic/
H A Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_noninline.h46 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,

Completed in 100 milliseconds

12