Searched refs:__cloc (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/libstdcxx-104.1/src/
H A Dlocalename.cc184 __c_locale __cloc; local
185 locale::facet::_S_create_c_locale(__cloc, __s);
222 _M_init_facet(new std::ctype<char>(__cloc, 0, false));
223 _M_init_facet(new codecvt<char, char, mbstate_t>(__cloc));
224 _M_init_facet(new numpunct<char>(__cloc));
227 _M_init_facet(new std::collate<char>(__cloc));
228 _M_init_facet(new moneypunct<char, false>(__cloc, __s));
229 _M_init_facet(new moneypunct<char, true>(__cloc, __s));
232 _M_init_facet(new __timepunct<char>(__cloc, __s));
235 _M_init_facet(new std::messages<char>(__cloc, __
[all...]
H A Dc++locale.cc134 locale::facet::_S_create_c_locale(__c_locale& __cloc, const char* __s, argument
139 __cloc = NULL;
146 locale::facet::_S_destroy_c_locale(__c_locale& __cloc) argument
147 { __cloc = NULL; }
H A Dcodecvt.cc48 codecvt(__c_locale __cloc, size_t __refs) argument
50 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
128 codecvt(__c_locale __cloc, size_t __refs) argument
130 _M_c_locale_codecvt(_S_clone_c_locale(__cloc))
H A Dctype.cc93 ctype<wchar_t>::ctype(__c_locale __cloc, size_t __refs) argument
95 _M_c_locale_ctype(_S_clone_c_locale(__cloc)), _M_narrow_ok(false)
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dtime_members.h61 __timepunct<_CharT>::__timepunct(__c_locale __cloc, const char* __s, argument
71 { _M_initialize_timepunct(__cloc); }
H A Dlocale_classes.h382 _S_create_c_locale(__c_locale& __cloc, const char* __s,
386 _S_clone_c_locale(__c_locale& __cloc);
389 _S_destroy_c_locale(__c_locale& __cloc);
H A Dcodecvt.h294 codecvt(__c_locale __cloc, size_t __refs = 0);
354 codecvt(__c_locale __cloc, size_t __refs = 0);
412 codecvt(__c_locale __cloc, size_t __refs = 0);
H A Dlocale_facets.h68 const __c_locale& __cloc);
729 ctype(__c_locale __cloc, const mask* __table = 0, bool __del = false,
1267 ctype(__c_locale __cloc, size_t __refs = 0);
1722 numpunct(__c_locale __cloc, size_t __refs = 0) argument
1724 { _M_initialize_numpunct(__cloc); }
1879 _M_initialize_numpunct(__c_locale __cloc = NULL);
1890 numpunct<char>::_M_initialize_numpunct(__c_locale __cloc);
1898 numpunct<wchar_t>::_M_initialize_numpunct(__c_locale __cloc);
2587 collate(__c_locale __cloc, size_t __refs = 0) argument
2588 : facet(__refs), _M_c_locale_collate(_S_clone_c_locale(__cloc))
3680 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) argument
[all...]

Completed in 311 milliseconds