Home
last modified time | relevance | path

Searched refs:moneypunct (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/generic/
Dmonetary_members.cc48 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*) in _M_initialize_moneypunct()
64 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*) in _M_initialize_moneypunct()
79 moneypunct<char, true>::~moneypunct() in ~moneypunct()
83 moneypunct<char, false>::~moneypunct() in ~moneypunct()
89 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale, in _M_initialize_moneypunct()
106 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale, in _M_initialize_moneypunct()
122 moneypunct<wchar_t, true>::~moneypunct() in ~moneypunct()
126 moneypunct<wchar_t, false>::~moneypunct() in ~moneypunct()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/generic/
Dmonetary_members.cc48 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*) in _M_initialize_moneypunct()
74 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*) in _M_initialize_moneypunct()
99 moneypunct<char, true>::~moneypunct() in ~moneypunct()
103 moneypunct<char, false>::~moneypunct() in ~moneypunct()
109 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale, in _M_initialize_moneypunct()
137 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale, in _M_initialize_moneypunct()
164 moneypunct<wchar_t, true>::~moneypunct() in ~moneypunct()
168 moneypunct<wchar_t, false>::~moneypunct() in ~moneypunct()
/openbsd/src/gnu/lib/libstdc++/libstdc++/src/
Dlocale-inst.cc42 template class moneypunct<char, false>; variable
43 template class moneypunct<char, true>; variable
51 template class moneypunct<wchar_t, false>; variable
52 template class moneypunct<wchar_t, true>; variable
276 const moneypunct<char, true>&
277 use_facet<moneypunct<char, true> >(const locale&);
280 const moneypunct<char, false>&
281 use_facet<moneypunct<char, false> >(const locale&);
329 const moneypunct<wchar_t, true>&
330 use_facet<moneypunct<wchar_t, true> >(const locale&);
[all …]
Dlocalename.cc48 extern moneypunct<char, false> moneypunct_fc;
49 extern moneypunct<char, true> moneypunct_tc;
63 extern moneypunct<wchar_t, false> moneypunct_fw;
64 extern moneypunct<wchar_t, true> moneypunct_tw;
197 _M_init_facet(new moneypunct<char, false>(__cloc, __s)); in _Impl()
198 _M_init_facet(new moneypunct<char, true>(__cloc, __s)); in _Impl()
213 _M_init_facet(new moneypunct<wchar_t, false>(__cloc, __s)); in _Impl()
214 _M_init_facet(new moneypunct<wchar_t, true>(__cloc, __s)); in _Impl()
269 _M_init_facet(new (&moneypunct_fc) moneypunct<char, false>(1)); in _Impl()
270 _M_init_facet(new (&moneypunct_tc) moneypunct<char, true>(1)); in _Impl()
[all …]
Dglobals.cc122 typedef char fake_moneypunct_c[sizeof(moneypunct<char, true>)]
123 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
192 typedef char fake_moneypunct_w[sizeof(moneypunct<wchar_t, true>)]
193 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
Dlocale.cc125 &moneypunct<char, false>::id,
126 &moneypunct<char, true >::id,
130 &moneypunct<wchar_t, false>::id,
131 &moneypunct<wchar_t, true >::id,
/openbsd/src/gnu/gcc/libstdc++-v3/src/
Dlocale_init.cc96 typedef char fake_moneypunct_c[sizeof(moneypunct<char, true>)]
97 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
150 typedef char fake_moneypunct_w[sizeof(moneypunct<wchar_t, true>)]
151 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
327 &moneypunct<char, false>::id,
328 &moneypunct<char, true >::id,
332 &moneypunct<wchar_t, false>::id,
333 &moneypunct<wchar_t, true >::id,
400 _M_init_facet(new (&moneypunct_cf) moneypunct<char, false>(__mpcf, 1)); in _Impl()
402 _M_init_facet(new (&moneypunct_ct) moneypunct<char, true>(__mpct, 1)); in _Impl()
[all …]
Dlocale-inst.cc46 template class moneypunct<C, false>;
47 template class moneypunct<C, true>; variable
217 const moneypunct<C, true>&
218 use_facet<moneypunct<C, true> >(const locale&);
221 const moneypunct<C, false>&
222 use_facet<moneypunct<C, false> >(const locale&);
275 has_facet<moneypunct<C> >(const locale&);
Dlocalename.cc228 _M_init_facet(new moneypunct<char, false>(__cloc, __s)); in _Impl()
229 _M_init_facet(new moneypunct<char, true>(__cloc, __s)); in _Impl()
244 _M_init_facet(new moneypunct<wchar_t, false>(__cloc, __s)); in _Impl()
245 _M_init_facet(new moneypunct<wchar_t, true>(__cloc, __s)); in _Impl()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dctor1.C4 struct moneypunct struct
6 moneypunct ();
10 moneypunct<char>::moneypunct ();
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
Dmoneypunct_byname.cc49 const moneypunct<char>& monp_c = use_facet<moneypunct<char> >(loc_c); in test01()
50 const moneypunct<char>& monp_byname = in test01()
51 use_facet<moneypunct<char> >(loc_byname); in test01()
52 const moneypunct<char>& monp_de = use_facet<moneypunct<char> >(loc_de); in test01()
Dmoneypunct.cc31 typedef std::moneypunct<char, true> test_type; in test01()
44 typedef std::moneypunct<char, false> test_type; in test02()
55 class gnu_moneypunct_t: public std::moneypunct<unsigned char, true>
58 class gnu_moneypunct_f: public std::moneypunct<unsigned char, false>
Dmoney_put_members_char.cc51 typedef moneypunct<char, true> __money_true; in test01()
52 typedef moneypunct<char, false> __money_false; in test01()
185 typedef moneypunct<char, true> __money_true; in test02()
186 typedef moneypunct<char, false> __money_false; in test02()
306 struct My_money_io : public std::moneypunct<char,false>
344 struct My_money_io_2 : public std::moneypunct<char,false>
Dmoney_put_members_wchar_t.cc52 typedef moneypunct<wchar_t, true> __money_true; in test01()
53 typedef moneypunct<wchar_t, false> __money_false; in test01()
185 typedef moneypunct<wchar_t, true> __money_true; in test02()
186 typedef moneypunct<wchar_t, false> __money_false; in test02()
306 struct My_money_io : public std::moneypunct<wchar_t,false>
344 struct My_money_io_2 : public std::moneypunct<wchar_t,false>
Dmoney_get_members_wchar_t.cc52 typedef moneypunct<wchar_t, true> __money_true; in test01()
53 typedef moneypunct<wchar_t, false> __money_false; in test01()
228 typedef moneypunct<wchar_t, true> __money_true; in test02()
229 typedef moneypunct<wchar_t, false> __money_false; in test02()
344 struct My_money_io : public std::moneypunct<wchar_t,false>
456 struct My_money_io_a : public std::moneypunct<wchar_t,false>
473 struct My_money_io_b : public std::moneypunct<wchar_t,false>
Dmoney_get_members_char.cc51 typedef moneypunct<char, true> __money_true; in test01()
52 typedef moneypunct<char, false> __money_false; in test01()
226 typedef moneypunct<char, true> __money_true; in test02()
227 typedef moneypunct<char, false> __money_false; in test02()
342 struct My_money_io : public std::moneypunct<char,false>
455 struct My_money_io_a : public std::moneypunct<char,false>
472 struct My_money_io_b : public std::moneypunct<char,false>
Dmoneypunct_members_char.cc48 typedef moneypunct<char, true> __money_true; in test01()
49 typedef moneypunct<char, false> __money_false; in test01()
Dmoneypunct_members_wchar_t.cc49 typedef moneypunct<wchar_t, true> __money_true; in test01()
50 typedef moneypunct<wchar_t, false> __money_false; in test01()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/gnu/
Dmonetary_members.cc220 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
265 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
309 moneypunct<char, true>::~moneypunct() in ~moneypunct()
313 moneypunct<char, false>::~moneypunct() in ~moneypunct()
319 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
437 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
553 moneypunct<wchar_t, true>::~moneypunct() in ~moneypunct()
564 moneypunct<wchar_t, false>::~moneypunct() in ~moneypunct()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/gnu/
Dmonetary_members.cc209 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
274 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
337 moneypunct<char, true>::~moneypunct() in ~moneypunct()
341 moneypunct<char, false>::~moneypunct() in ~moneypunct()
347 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
489 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
630 moneypunct<wchar_t, true>::~moneypunct() in ~moneypunct()
643 moneypunct<wchar_t, false>::~moneypunct() in ~moneypunct()
/openbsd/src/gnu/lib/libstdc++/libstdc++/config/locale/ieee_1003.1-2001/
Dc_locale.cc80 moneypunct<char>::_M_initialize_moneypunct(__c_locale) in _M_initialize_moneypunct()
97 moneypunct<wchar_t>::_M_initialize_moneypunct(__c_locale) in _M_initialize_moneypunct()
/openbsd/src/gnu/gcc/libstdc++-v3/config/locale/ieee_1003.1-2001/
Dc_locale.cc80 moneypunct<char>::_M_initialize_moneypunct(__c_locale) in _M_initialize_moneypunct()
97 moneypunct<wchar_t>::_M_initialize_moneypunct(__c_locale) in _M_initialize_moneypunct()
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dlocale_facets.h1494 class moneypunct : public locale::facet, public money_base
1517 moneypunct(size_t __refs = 0) : locale::facet(__refs) in facet()
1521 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0)
1563 ~moneypunct();
1608 locale::id moneypunct<_CharT, _Intl>::id;
1611 const bool moneypunct<_CharT, _Intl>::intl;
1614 moneypunct<char, true>::~moneypunct();
1617 moneypunct<char, false>::~moneypunct();
1621 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*);
1625 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*);
[all …]
Dlocale_facets.tcc1117 typedef moneypunct<_CharT, true> __money_true; in do_get()
1118 typedef moneypunct<_CharT, false> __money_false; in do_get()
1356 typedef moneypunct<_CharT, true> __money_true; in do_put()
1357 typedef moneypunct<_CharT, false> __money_false; in do_put()
2506 extern template class moneypunct<char, false>;
2507 extern template class moneypunct<char, true>;
2549 const moneypunct<char, true>&
2550 use_facet<moneypunct<char, true> >(const locale&);
2553 const moneypunct<char, false>&
2554 use_facet<moneypunct<char, false> >(const locale&);
[all …]
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dlocale_facets.h3615 class moneypunct : public locale::facet, public money_base
3644 moneypunct(size_t __refs = 0) : facet(__refs), _M_data(NULL) in facet()
3656 moneypunct(__cache_type* __cache, size_t __refs = 0)
3671 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0)
3836 ~moneypunct();
3963 locale::id moneypunct<_CharT, _Intl>::id;
3966 const bool moneypunct<_CharT, _Intl>::intl;
3969 moneypunct<char, true>::~moneypunct();
3972 moneypunct<char, false>::~moneypunct();
3976 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*);
[all …]

12