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

/macosx-10.10.1/libstdcxx-104.1/src/
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 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 Dcodecvt.cc48 codecvt(__c_locale __cloc, size_t __refs)
128 codecvt(__c_locale __cloc, size_t __refs)
H A Dtime_members.cc59 __timepunct<char>::_M_initialize_timepunct(__c_locale)
141 __timepunct<wchar_t>::_M_initialize_timepunct(__c_locale)
H A Dctype.cc93 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs)
H A Dlocale.cc188 __c_locale locale::facet::_S_c_locale;
203 __c_locale
H A Dlocalename.cc184 __c_locale __cloc;
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dc++locale.h56 typedef int* __c_locale; typedef
63 __convert_from_v(const __c_locale&, char* __out, argument
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);
H A Dctype_noninline.h45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
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,
H A Dlocale_facets.h68 const __c_locale& __cloc);
74 const __c_locale&);
79 const __c_locale&);
84 const __c_locale&);
688 __c_locale _M_c_locale_ctype;
729 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
1232 __c_locale _M_c_locale_ctype;
1267 ctype(__c_locale __cloc, size_t __refs = 0);
1722 numpunct(__c_locale __cloc, size_t __refs = 0)
1879 _M_initialize_numpunct(__c_locale __clo
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dxlocale.c43 static struct _xlocale __c_locale = C_LOCALE_INITIALIZER; variable in typeref:struct:_xlocale
44 const locale_t _c_locale = (const locale_t)&__c_locale;
96 * &__c_locale is passed (meaning a C locale is desired), just make
113 else if (loc == &__c_locale) {
114 *new = __c_locale;
303 || loc == LC_GLOBAL_LOCALE || loc == &__c_locale) {
328 base = (locale_t)&__c_locale;
361 loc->__lc_numeric_loc = newlocale(LC_CTYPE_MASK, numeric, (locale_t)&__c_locale);

Completed in 212 milliseconds