HomeSort by: relevance | last modified time | path
    Searched refs:moneypunct (Results 1 - 24 of 24) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
monetary_members.cc 1 // std::moneypunct implementation details, generic version -*- C++ -*-
26 // ISO C++ 14882: 22.2.6.3.2 moneypunct virtual functions
50 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*)
76 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*)
101 moneypunct<char, true>::~moneypunct()
105 moneypunct<char, false>::~moneypunct()
111 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale,
139 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
monetary_members.cc 1 // std::moneypunct implementation details, generic version -*- C++ -*-
26 // ISO C++ 14882: 22.2.6.3.2 moneypunct virtual functions
50 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale, const char*)
76 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale, const char*)
101 moneypunct<char, true>::~moneypunct()
105 moneypunct<char, false>::~moneypunct()
111 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale,
139 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
cow-locale_init.cc 45 typedef char fake_moneypunct_c[sizeof(moneypunct<char, true>)]
46 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
75 typedef char fake_moneypunct_w[sizeof(moneypunct<wchar_t, true>)]
76 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
107 _M_init_facet_unchecked(new (&moneypunct_cf) moneypunct<char, false>(__mpcf, 1));
108 _M_init_facet_unchecked(new (&moneypunct_ct) moneypunct<char, true>(__mpct, 1));
120 _M_init_facet_unchecked(new (&moneypunct_wf) moneypunct<wchar_t, false>(__mpwf, 1));
121 _M_init_facet_unchecked(new (&moneypunct_wt) moneypunct<wchar_t, true>(__mpwt, 1));
130 _M_caches[moneypunct<char, false>::id._M_id()] = __mpcf;
131 _M_caches[moneypunct<char, true>::id._M_id()] = __mpct
    [all...]
locale-inst.cc 54 // moneypunct, money_get, and money_put
60 template class moneypunct<C, false>;
61 template class moneypunct<C, true>;
127 INSTANTIATE_FACET_ACCESSORS(moneypunct<C, false>);
128 // No explicit instantiation of has_facet<moneypunct<C, true>> for some reason.
129 INSTANTIATE_USE_FACET (moneypunct<C, true>);
locale_init.cc 133 typedef char fake_moneypunct_c[sizeof(moneypunct<char, true>)]
134 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
187 typedef char fake_moneypunct_w[sizeof(moneypunct<wchar_t, true>)]
188 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
413 &moneypunct<char, false>::id,
414 &moneypunct<char, true >::id,
418 &moneypunct<wchar_t, false>::id,
419 &moneypunct<wchar_t, true >::id,
462 &moneypunct<char, false>::id,
464 &moneypunct<char, true >::id
    [all...]
localename.cc 265 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
266 _M_init_facet(new moneypunct<char, true>(__cloc, 0));
281 _M_init_facet(new moneypunct<wchar_t, false>(__clocm, __smon));
282 _M_init_facet(new moneypunct<wchar_t, true>(__clocm, __smon));
cxx11-shim_facets.cc 344 struct moneypunct_shim : std::moneypunct<_CharT, _Intl>, __shim
346 typedef typename moneypunct<_CharT, _Intl>::__cache_type __cache_type;
348 // f must point to a type derived from moneypunct<C>[abi:other]
350 : std::moneypunct<_CharT, _Intl>(c), __shim(f), _M_cache(c)
357 // Stop GNU locale's ~moneypunct() from freeing the cached strings.
575 // Cache the values returned by the moneypunct facet, f.
583 auto* m = static_cast<const moneypunct<C, Intl>*>(f);
817 if (which == &moneypunct<char, true>::id)
819 if (which == &moneypunct<char, false>::id)
834 if (which == &moneypunct<wchar_t, true>::id
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cow-locale_init.cc 45 typedef char fake_moneypunct_c[sizeof(moneypunct<char, true>)]
46 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
75 typedef char fake_moneypunct_w[sizeof(moneypunct<wchar_t, true>)]
76 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
107 _M_init_facet_unchecked(new (&moneypunct_cf) moneypunct<char, false>(__mpcf, 1));
108 _M_init_facet_unchecked(new (&moneypunct_ct) moneypunct<char, true>(__mpct, 1));
120 _M_init_facet_unchecked(new (&moneypunct_wf) moneypunct<wchar_t, false>(__mpwf, 1));
121 _M_init_facet_unchecked(new (&moneypunct_wt) moneypunct<wchar_t, true>(__mpwt, 1));
130 _M_caches[moneypunct<char, false>::id._M_id()] = __mpcf;
131 _M_caches[moneypunct<char, true>::id._M_id()] = __mpct
    [all...]
locale-inst.cc 53 // moneypunct, money_get, and money_put
59 template class moneypunct<C, false>;
60 template class moneypunct<C, true>;
139 const moneypunct<C, true>&
140 use_facet<moneypunct<C, true> >(const locale&);
143 const moneypunct<C, false>&
144 use_facet<moneypunct<C, false> >(const locale&);
185 has_facet<moneypunct<C> >(const locale&);
cxx11-shim_facets.cc 344 struct moneypunct_shim : std::moneypunct<_CharT, _Intl>, __shim
346 typedef typename moneypunct<_CharT, _Intl>::__cache_type __cache_type;
348 // f must point to a type derived from moneypunct<C>[abi:other]
350 : std::moneypunct<_CharT, _Intl>(c), __shim(f), _M_cache(c)
357 // Stop GNU locale's ~moneypunct() from freeing the cached strings.
575 // Cache the values returned by the moneypunct facet, f.
583 auto* m = static_cast<const moneypunct<C, Intl>*>(f);
817 if (which == &moneypunct<char, true>::id)
819 if (which == &moneypunct<char, false>::id)
834 if (which == &moneypunct<wchar_t, true>::id
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
c_locale.cc 75 moneypunct<char>::_M_initialize_moneypunct(__c_locale)
92 moneypunct<wchar_t>::_M_initialize_moneypunct(__c_locale)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/ieee_1003.1-2001/
c_locale.cc 75 moneypunct<char>::_M_initialize_moneypunct(__c_locale)
92 moneypunct<wchar_t>::_M_initialize_moneypunct(__c_locale)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale_init.cc 133 typedef char fake_moneypunct_c[sizeof(moneypunct<char, true>)]
134 __attribute__ ((aligned(__alignof__(moneypunct<char, true>))));
187 typedef char fake_moneypunct_w[sizeof(moneypunct<wchar_t, true>)]
188 __attribute__ ((aligned(__alignof__(moneypunct<wchar_t, true>))));
413 &moneypunct<char, false>::id,
414 &moneypunct<char, true >::id,
418 &moneypunct<wchar_t, false>::id,
419 &moneypunct<wchar_t, true >::id,
462 &moneypunct<char, false>::id,
464 &moneypunct<char, true >::id
    [all...]
localename.cc 258 _M_init_facet(new moneypunct<char, false>(__cloc, 0));
259 _M_init_facet(new moneypunct<char, true>(__cloc, 0));
274 _M_init_facet(new moneypunct<wchar_t, false>(__clocm, __smon));
275 _M_init_facet(new moneypunct<wchar_t, true>(__clocm, __smon));
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
locale_facets_nonio.h 965 * moneypunct::pos_format() and moneypunct::neg_format() for details of how
1057 * @brief Primary class template moneypunct.
1064 class moneypunct : public locale::facet, public money_base class in inherits:locale::facet,money_base
1093 moneypunct(size_t __refs = 0) function in class:moneypunct
1106 moneypunct(__cache_type* __cache, size_t __refs = 0) function in class:moneypunct
1121 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) function in class:moneypunct
1130 * moneypunct<char_type>::do_decimal_point().
1143 * moneypunct<char_type>::do_thousands_sep().
1173 * moneypunct<char_type>::do_grouping()
    [all...]
localefwd.h 197 class moneypunct;
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
locale_facets_nonio.h 965 * moneypunct::pos_format() and moneypunct::neg_format() for details of how
1057 * @brief Primary class template moneypunct.
1064 class moneypunct : public locale::facet, public money_base class in inherits:locale::facet,money_base
1093 moneypunct(size_t __refs = 0) function in class:moneypunct
1106 moneypunct(__cache_type* __cache, size_t __refs = 0) function in class:moneypunct
1121 moneypunct(__c_locale __cloc, const char* __s, size_t __refs = 0) function in class:moneypunct
1130 * moneypunct<char_type>::do_decimal_point().
1143 * moneypunct<char_type>::do_thousands_sep().
1173 * moneypunct<char_type>::do_grouping()
    [all...]
localefwd.h 197 class moneypunct;
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
monetary_members.cc 1 // std::moneypunct implementation details, DragonFly version -*- C++ -*-
26 // ISO C++ 14882: 22.2.6.3.2 moneypunct virtual functions
54 // pattern for use with moneypunct. A couple of invariants:
215 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc,
369 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc,
522 moneypunct<char, true>::~moneypunct()
537 moneypunct<char, false>::~moneypunct()
554 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
monetary_members.cc 1 // std::moneypunct implementation details, DragonFly version -*- C++ -*-
26 // ISO C++ 14882: 22.2.6.3.2 moneypunct virtual functions
54 // pattern for use with moneypunct. A couple of invariants:
215 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc,
369 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc,
522 moneypunct<char, true>::~moneypunct()
537 moneypunct<char, false>::~moneypunct()
554 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
monetary_members.cc 1 // std::moneypunct implementation details, GNU version -*- C++ -*-
26 // ISO C++ 14882: 22.2.6.3.2 moneypunct virtual functions
214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc,
370 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc,
520 moneypunct<char, true>::~moneypunct()
535 moneypunct<char, false>::~moneypunct()
552 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc,
735 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale __cloc
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
monetary_members.cc 1 // std::moneypunct implementation details, GNU version -*- C++ -*-
26 // ISO C++ 14882: 22.2.6.3.2 moneypunct virtual functions
214 moneypunct<char, true>::_M_initialize_moneypunct(__c_locale __cloc,
370 moneypunct<char, false>::_M_initialize_moneypunct(__c_locale __cloc,
520 moneypunct<char, true>::~moneypunct()
535 moneypunct<char, false>::~moneypunct()
552 moneypunct<wchar_t, true>::_M_initialize_moneypunct(__c_locale __cloc,
735 moneypunct<wchar_t, false>::_M_initialize_moneypunct(__c_locale __cloc
    [all...]
  /src/external/apache2/llvm/dist/libcxx/src/
locale.cpp 219 install(&make<moneypunct<char, false> >(1u));
220 install(&make<moneypunct<char, true> >(1u));
221 install(&make<moneypunct<wchar_t, false> >(1u));
222 install(&make<moneypunct<wchar_t, true> >(1u));
418 install_from<moneypunct<char, false> >(one);
419 install_from<moneypunct<char, true> >(one);
420 install_from<moneypunct<wchar_t, false> >(one);
421 install_from<moneypunct<wchar_t, true> >(one);
6020 typedef moneypunct<char, false> base;
6064 typedef moneypunct<char, true> base
6307 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS moneypunct<char, false>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6308 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS moneypunct<char, true>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6309 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS moneypunct<wchar_t, false>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
6310 template class _LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS moneypunct<wchar_t, true>; variable in typeref:class:_LIBCPP_CLASS_TEMPLATE_INSTANTIATION_VIS
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/abi/pre/
gnu.ver 139 std::moneypunct[^_]*;

Completed in 49 milliseconds