Home
last modified time | relevance | path

Searched refs:money_put (Results 1 – 12 of 12) sorted by relevance

/external/stlport/src/
Dlocale_impl.cpp414 this->insert(i2, money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); in insert_monetary_facets()
417 this->insert(i2, money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id); in insert_monetary_facets()
576 money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id._M_index = 9; in _Stl_loc_assign_ids()
584 money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id._M_index = 22; in _Stl_loc_assign_ids()
640 new money_put<char, ostreambuf_iterator<char, char_traits<char> > >(1), in make_classic_locale()
654 new money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >(1), in make_classic_locale()
728 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c… in _GetFacetId()
729 { return money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id; } in _GetFacetId()
733 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha… in _GetFacetId()
734 { return money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > >::id; } in _GetFacetId()
Dmonetary.cpp127 template class _STLP_CLASS_DECLSPEC money_put<char, ostreambuf_iterator<char, char_traits<char> > >; variable
132 template class _STLP_CLASS_DECLSPEC money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wch… variable
Dlocale.cpp325 … impl->insert( i2, _STLP_STD::money_put<char, ostreambuf_iterator<char, char_traits<char> > >::id); in locale()
330 …impl->insert( i2, _STLP_STD::money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> … in locale()
/external/stlport/stlport/stl/
D_monetary.h388 class money_put : public locale::facet {
394 explicit money_put(size_t __refs = 0) : locale::facet(__refs) {} in facet()
406 ~money_put() {} in ~money_put()
416 _STLP_EXPORT_TEMPLATE_CLASS money_put<char, ostreambuf_iterator<char, char_traits<char> > >; variable
419 _STLP_EXPORT_TEMPLATE_CLASS money_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > … variable
D_facets_fwd.h21 class money_put; variable
D_monetary.c43 locale::id money_put<_CharT, _OutputIterator>::id;
505 money_put<_CharT, _OutputIter>
515 money_put<_CharT, _OutputIter>
D_locale.h328 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<char, ostreambuf_iterator<char, c…
336 _STLP_DECLSPEC locale::id& _STLP_CALL _GetFacetId(const money_put<wchar_t, ostreambuf_iterator<wcha…
/external/stlport/test/unit/
Dmoney_facets_test.cpp60 CPPUNIT_ASSERT( has_facet<money_put<char> >(loc) ); in _money_put_get2()
61 money_put<char> const& fmp = use_facet<money_put<char> >(loc); in _money_put_get2()
282 CPPUNIT_ASSERT( has_facet<money_put<char> >(loc) ); in _money_put_X_bug()
283 money_put<char> const& fmp = use_facet<money_put<char> >(loc); in _money_put_X_bug()
Dlocale_test.cpp292 loc = loc.combine<money_put<char> >(loc2); in combine()
/external/stlport/stlport/using/
Dlocale56 using _STLP_NEW_IO_NAMESPACE::money_put;
/external/stlport/etc/
DChangeLog1044 money_get and money_put constructors.
1069 money_get, money_put facets that do not depend on any name are
2438 Add _GetFacetId overloads for money_get, money_put, num_get, num_put,
DChangeLog-5.11759 money_put<char, char*>, money_put<wchar_t, wchar_t*>
6740 Implementation of the missing money_put::put method taking a long double.
6744 for the locale support. At creation it tests the num_put, num_get, money_put,