Searched defs:time_put_facet (Results 1 - 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
H A Dtime_facets_test.cpp28 typedef time_put<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; typedef
29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
30 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
110 typedef time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_put_facet; typedef
111 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
119 time_put_facet
222 typedef time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; typedef
[all...]
/ndk/tests/device/test-stlport/unit/
H A Dtime_facets_test.cpp28 typedef time_put<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; typedef
29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
30 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
37 time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + format.size());
110 typedef time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_put_facet; typedef
111 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) );
112 const time_put_facet& tmp = use_facet<time_put_facet>(loc);
119 time_put_facet
222 typedef time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; typedef
[all...]

Completed in 83 milliseconds