Home | History | Annotate | Download | only in unit

Lines Matching full:time_get_facet

48     typedef time_get<char, istreambuf_iterator<char, char_traits<char> > > time_get_facet;
49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) );
50 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
130 typedef time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_get_facet;
131 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) );
132 const time_get_facet& tmg = use_facet<time_get_facet>(loc);
224 typedef time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > time_get_facet;
225 locale tmp1(tmp0, new time_get_facet(tested_locales[i]));