Home
last modified time | relevance | path

Searched refs:__moneypunct_cache (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
Dmonetary_members.cc52 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct()
78 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct()
114 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct()
142 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
/freebsd-10-stable/contrib/libstdc++/src/
Dlocale_init.cc185 typedef char fake_money_cache_c[sizeof(std::__moneypunct_cache<char, true>)]
186 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<char, true>))));
199 typedef char fake_money_cache_w[sizeof(std::__moneypunct_cache<wchar_t,true>)]
200 __attribute__ ((aligned(__alignof__(std::__moneypunct_cache<wchar_t,true>))));
397 typedef __moneypunct_cache<char, false> money_cache_cf; in _Impl()
398 typedef __moneypunct_cache<char, true> money_cache_ct; in _Impl()
427 typedef __moneypunct_cache<wchar_t, false> money_cache_wf; in _Impl()
428 typedef __moneypunct_cache<wchar_t, true> money_cache_wt; in _Impl()
Dlocale-inst.cc48 template struct __moneypunct_cache<C, false>; variable
49 template struct __moneypunct_cache<C, true>; variable
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
Dmonetary_members.cc213 _M_data = new __moneypunct_cache<char, true>; in _M_initialize_moneypunct()
278 _M_data = new __moneypunct_cache<char, false>; in _M_initialize_moneypunct()
355 _M_data = new __moneypunct_cache<wchar_t, true>; in _M_initialize_moneypunct()
497 _M_data = new __moneypunct_cache<wchar_t, false>; in _M_initialize_moneypunct()
/freebsd-10-stable/contrib/libstdc++/include/bits/
Dlocale_facets.h3548 struct __moneypunct_cache : public locale::facet struct
3572 __moneypunct_cache(size_t __refs = 0) : facet(__refs), in facet() argument
3583 ~__moneypunct_cache();
3589 __moneypunct_cache&
3590 operator=(const __moneypunct_cache&);
3593 __moneypunct_cache(const __moneypunct_cache&);
3597 __moneypunct_cache<_CharT, _Intl>::~__moneypunct_cache() in ~__moneypunct_cache()
3624 typedef __moneypunct_cache<_CharT, _Intl> __cache_type;
Dlocale_facets.tcc160 struct __use_cache<__moneypunct_cache<_CharT, _Intl> >
162 const __moneypunct_cache<_CharT, _Intl>*
169 __moneypunct_cache<_CharT, _Intl>* __tmp = NULL; in operator ()()
172 __tmp = new __moneypunct_cache<_CharT, _Intl>; in operator ()()
183 const __moneypunct_cache<_CharT, _Intl>*>(__caches[__i]); in operator ()()
224 __moneypunct_cache<_CharT, _Intl>::_M_cache(const locale& __loc) in _M_cache()
1340 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_extract()
1606 typedef __moneypunct_cache<_CharT, _Intl> __cache_type; in _M_insert()
/freebsd-10-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver121 std::__moneypunct_cache*;
/freebsd-10-stable/contrib/libstdc++/
DChangeLog-20043391 (__moneypunct_cache): Same.
4280 (__moneypunct_cache::_M_cache): Same.
5141 (struct __moneypunct_cache<>): Parameterize on _Intl too; add
5144 (__moneypunct_cache<>::~__moneypunct_cache): Update.
5145 (__moneypunct_cache<>::_M_cache): Fill the cache.
5150 (struct __use_cache<__moneypunct_cache<_CharT, _Intl> >): New.
5167 __moneypunct_cache<C, false>, __moneypunct_cache<C, true>.
5170 __moneypunct_cache<char, false>, __moneypunct_cache<char, true>,
5171 __moneypunct_cache<wchar_t, false>, __moneypunct_cache<wchar_T, true>.
DChangeLog-20033283 * config/linker-map.gnu: Add __moneypunct_cache, __timepunct_cache.
3303 (__moneypunct_cache): New.
DChangeLog-20051365 __moneypunct_cache<>::_M_cache): Check that grouping()[0] > 0.