Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
Dmonetary_members.cc50 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*) in _M_initialize_moneypunct()
76 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*) in _M_initialize_moneypunct()
101 moneypunct<char, true>::~moneypunct() in ~moneypunct()
105 moneypunct<char, false>::~moneypunct() in ~moneypunct()
111 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale, in _M_initialize_moneypunct()
139 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale, in _M_initialize_moneypunct()
166 moneypunct<wchar_t, true>::~moneypunct() in ~moneypunct()
170 moneypunct<wchar_t, false>::~moneypunct() in ~moneypunct()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dlocale_facets_nonio.h1064 class moneypunct : public locale::facet, public money_base in _GLIBCXX_VISIBILITY()
1093 moneypunct(size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1106 moneypunct(__cache_type* __cache, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1121 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) in _GLIBCXX_VISIBILITY()
1288 ~moneypunct(); in _GLIBCXX_VISIBILITY()
1415 locale::id moneypunct<_CharT, _Intl>::id; in _GLIBCXX_VISIBILITY()
1418 const bool moneypunct<_CharT, _Intl>::intl; in _GLIBCXX_VISIBILITY()
1421 moneypunct<char, true>::~moneypunct(); in _GLIBCXX_VISIBILITY()
1424 moneypunct<char, false>::~moneypunct(); in _GLIBCXX_VISIBILITY()
1428 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*); in _GLIBCXX_VISIBILITY()
[all …]
Dlocale_facets_nonio.tcc45 const size_t __i = moneypunct<_CharT, _Intl>::id._M_id(); in operator ()()
71 const moneypunct<_CharT, _Intl>& __mp = in _M_cache()
72 use_facet<moneypunct<_CharT, _Intl> >(__loc); in _M_cache()
1680 extern template class moneypunct<char, false>;
1681 extern template class moneypunct<char, true>;
1695 const moneypunct<char, true>&
1696 use_facet<moneypunct<char, true> >(const locale&);
1699 const moneypunct<char, false>&
1700 use_facet<moneypunct<char, false> >(const locale&);
1728 has_facet<moneypunct<char> >(const locale&);
[all …]
Dlocalefwd.h197 class moneypunct; in _GLIBCXX_VISIBILITY() local
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
Dmonetary_members.cc214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
370 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
520 moneypunct<char, true>::~moneypunct() in ~moneypunct()
535 moneypunct<char, false>::~moneypunct() in ~moneypunct()
552 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
735 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale __cloc, in _M_initialize_moneypunct()
917 moneypunct<wchar_t, true>::~moneypunct() in ~moneypunct()
932 moneypunct<wchar_t, false>::~moneypunct() in ~moneypunct()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
Dc_locale.cc75 moneypunct<char>::_M_initialize_moneypunct(__c_locale) in _M_initialize_moneypunct()
92 moneypunct<wchar_t>::_M_initialize_moneypunct(__c_locale) in _M_initialize_moneypunct()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20031986 (moneypunct<wchar_t, true/false>::_M_initialize_moneypunct):
3286 (moneypunct::_M_initialize_moneypunct): Use cache.
3287 (moneypunct::~moneypunct): Delete cache.
3295 (moneypunct::_M_initialize_moneypunct): Use cache.
3296 (moneypunct::~moneypunct): Delete cache.
6073 * testsuite/22_locale/moneypunct/members/char/2.cc: Same.
6074 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Same.
7087 * testsuite/22_locale/moneypunct/members/char/2.cc: New test wrap.
8048 codecvt_members_wchar_t_char.cc moneypunct.cc collate_byname.cc
8239 * 22_locale/moneypunct/1.cc: New.
[all …]
DChangeLog-20042948 (moneypunct<wchar_t>::_M_initialize_moneypunct): Clean up
3892 (moneypunct<wchar_t>::_M_initialize_moneypunct): Avoid calling
3898 (moneypunct<wchar_t>::_M_initialize_moneypunct): Likewise.
4001 (moneypunct<wchar_t>::_M_initialize_moneypunct): Prefer
4965 Update consistently the definition; use the moneypunct cache
5148 (class moneypunct): Tweak __cache_type typedef.
5158 (moneypunct<char, true>::_M_initialize_moneypunct,
5159 moneypunct<char, false>::_M_initialize_moneypunct,
5160 moneypunct<wchar_t, true>::_M_initialize_moneypunct,
5161 moneypunct<wchar_t, false>::_M_initialize_moneypunct): Update.
[all …]
DChangeLog-20075053 class money_base, struct __moneypunct_cache, class moneypunct,
7129 * 22_locale/moneypunct/requirements
7130 * 22_locale/moneypunct/requirements/false
7131 * 22_locale/moneypunct/requirements/false/base_classes.cc
7132 * 22_locale/moneypunct/requirements/false/explicit_instantiation.cc
7133 * 22_locale/moneypunct/requirements/false/intl.cc
7134 * 22_locale/moneypunct/requirements/false/typedefs.cc
7135 * 22_locale/moneypunct/requirements/true
7136 * 22_locale/moneypunct/requirements/true/base_classes.cc
7137 * 22_locale/moneypunct/requirements/true/explicit_instantiation.cc
[all …]
DChangeLog-200232 (moneypunct<wchar_t, true>::_M_initialize_moneypunct): Avoid
34 (moneypunct<wchar_t, false>::_M_initialize_moneypunct): Likewise.
646 (moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale,
648 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale,
1494 (moneypunct<wchar_t, true>::_M_initialize_moneypunct,
1495 moneypunct<wchar_t, false>::_M_initialize_moneypunct): Use
2271 * include/bits/locale_facets.h (moneypunct::moneypunct): Add const
3414 * include/bits/locale_facets.h (moneypunct): Use string literals.
4478 (moneypunct<_CharT, _Intl>::_M_initialize_moneypunct): Same.
DChangeLog-2001583 * testsuite/22_locale/moneypunct.cc: Same.
682 (moneypunct<wchar_t>::_M_initialize_moneypunct): Correctly cast
1762 (moneypunct::_M_initialize_moneypunct): Split up specializations
1768 * testsuite/22_locale/moneypunct.cc: Add tests.
1781 * src/locale-inst.cc: Add use_facet instantiations for moneypunct.
1837 * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add moneypunct, numpunct
1889 (moneypunct<wchar_t>): Implement.
1891 * testsuite/22_locale/moneypunct.cc: New file.
5444 * include/bits/locale_facets.h (class moneypunct): Fix typos.
DChangeLog-20053360 * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
3361 * testsuite/22_locale/moneypunct/members/char/wrapped_env.cc: Likewise.
3362 * testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
3364 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.
3365 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
3367 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc:
3667 forward to a numpunct/moneypunct typedef.
3669 and moneypunct specializations.
3671 and moneypunct<pod_uint>::id.
DChangeLog-20093039 * config/locale/gnu/monetary_members.cc (moneypunct<>::
3043 (moneypunct<>::~moneypunct): Free the allocated memory.
3044 * testsuite/22_locale/moneypunct/40712.cc: New.
6366 * testsuite/22_locale/moneypunct/members/char/1.cc: Likewise.
6367 * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
6368 * testsuite/22_locale/moneypunct/members/char/wrapped_env.cc: Likewise.
6369 * testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
6371 * testsuite/22_locale/moneypunct/members/wchar_t/1.cc: Likewise.
6372 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.
6373 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
[all …]
DChangeLog-2015574 * testsuite/22_locale/moneypunct/40712.cc: Likewise.
575 * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
576 * testsuite/22_locale/moneypunct/members/char/wrapped_env.cc:
578 * testsuite/22_locale/moneypunct/members/char/wrapped_locale.cc:
580 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.
581 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_env.cc:
583 * testsuite/22_locale/moneypunct/members/wchar_t/wrapped_locale.cc:
DChangeLog-2008217 * config/locale/gnu/monetary_members.cc (moneypunct<char, true>::
218 _M_initialize_moneypunct, moneypunct<char, false>::
219 _M_initialize_moneypunct, moneypunct<wchar_t, true>::
220 _M_initialize_moneypunct, moneypunct<wchar_t, false>::
444 * config/locale/gnu/monetary_members.cc (moneypunct<>::
DChangeLog-20101989 * testsuite/22_locale/moneypunct/40712.cc: Likewise.
1990 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc,
1992 * testsuite/22_locale/moneypunct/members/char/2.cc, wrapped_locale.cc,
3875 * testsuite/22_locale/moneypunct/members/wchar_t/1.cc: Likewise.
3876 * testsuite/22_locale/moneypunct/members/char/1.cc: Likewise.
DChangeLog-20163078 * testsuite/22_locale/moneypunct/40712.cc: Likewise.
3079 * testsuite/22_locale/moneypunct/members/char/1.cc: Likewise.
3080 * testsuite/22_locale/moneypunct/members/char/2.cc: Likewise.
3081 * testsuite/22_locale/moneypunct/members/wchar_t/1.cc: Likewise.
3082 * testsuite/22_locale/moneypunct/members/wchar_t/2.cc: Likewise.
3083 * testsuite/22_locale/moneypunct/requirements/false/intl.cc: Likewise.
3084 * testsuite/22_locale/moneypunct/requirements/true/intl.cc: Likewise.
DChangeLog-20123732 (moneypunct<char,true>::_M_initialize_moneypunct): Throw caught
3734 (moneypunct<char,false>::_M_initialize_moneypunct): Likewise.
DChangeLog-2014194 moneypunct, moneypunct_byname, money_get, money_put, messages,
202 collate_byname, time_get, time_get_byname, moneypunct,
461 * include/bits/locale_facets_nonio.tcc (moneypunct::_M_cache):
DChangeLog-19992616 messages<wchar_t> ctors. Same for moneypunct. Not required, not used.
DChangeLog-20181238 (moneypunct<char, true>::_M_initialize_moneypunct): Use
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/config/abi/pre/
Dgnu.ver139 std::moneypunct[^_]*;
/netbsd/src/external/gpl3/gcc/dist/
DMD5SUMS109347 c5fc44623c4fb2c6bbc93e8f10d0c1a6 libstdc++-v3/testsuite/22_locale/moneypunct/40712.cc
109348 3093f795be1a4b4b1fafdb85368e1688 libstdc++-v3/testsuite/22_locale/moneypunct/members/char/1.cc
109349 97d864d9a6d4f96e9f1c8d86d27be476 libstdc++-v3/testsuite/22_locale/moneypunct/members/char/2.cc
109350 eb7eac42b56515d52af21c285f6ddffa libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_…
109351 e6bd112a8263a7869f0264ad3ddf34d0 libstdc++-v3/testsuite/22_locale/moneypunct/members/char/wrapped_…
109352 de54180c765da4ecb4b4f5ba888633bc libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/1.cc
109353 684280c1c9e8da1351f7327751f3d67d libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/2.cc
109354 eb7eac42b56515d52af21c285f6ddffa libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapp…
109355 6f084c185b912326f8fa50512f328e8b libstdc++-v3/testsuite/22_locale/moneypunct/members/wchar_t/wrapp…
109356 734cce37a65990f323a62b20c324594f libstdc++-v3/testsuite/22_locale/moneypunct/requirements/false/ba…
[all …]