Searched refs:time_put_facet (Results 1 – 1 of 1) sorted by relevance
/external/stlport/test/unit/ |
D | time_facets_test.cpp | 28 typedef time_put<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; in _time_put_get() typedef 29 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) ); in _time_put_get() 30 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() 37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get() 110 typedef time_put<wchar_t, ostreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_put_facet; in _time_put_get() typedef 111 CPPUNIT_ASSERT( has_facet<time_put_facet>(loc) ); in _time_put_get() 112 const time_put_facet& tmp = use_facet<time_put_facet>(loc); in _time_put_get() 119 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get() 222 typedef time_put_byname<char, ostreambuf_iterator<char, char_traits<char> > > time_put_facet; in test_supported_locale() typedef 223 locale tmp0(locale::classic(), new time_put_facet(tested_locales[i])); in test_supported_locale()
|