Searched refs:time_get_facet (Results 1 – 2 of 2) sorted by relevance
/ndk/tests/device/test-gnustl-full/unit/ |
D | time_facets_test.cpp | 48 typedef time_get<char, istreambuf_iterator<char, char_traits<char> > > time_get_facet; in _time_put_get() typedef 49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) ); in _time_put_get() 50 const time_get_facet& tmg = use_facet<time_get_facet>(loc); in _time_put_get() 130 typedef time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_get_facet; in _time_put_get() typedef 131 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) ); in _time_put_get() 132 const time_get_facet& tmg = use_facet<time_get_facet>(loc); in _time_put_get() 224 typedef time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > time_get_facet; in test_supported_locale() typedef 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale()
|
/ndk/tests/device/test-stlport/unit/ |
D | time_facets_test.cpp | 48 typedef time_get<char, istreambuf_iterator<char, char_traits<char> > > time_get_facet; in _time_put_get() typedef 49 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) ); in _time_put_get() 50 const time_get_facet& tmg = use_facet<time_get_facet>(loc); in _time_put_get() 130 typedef time_get<wchar_t, istreambuf_iterator<wchar_t, char_traits<wchar_t> > > time_get_facet; in _time_put_get() typedef 131 CPPUNIT_ASSERT( has_facet<time_get_facet>(loc) ); in _time_put_get() 132 const time_get_facet& tmg = use_facet<time_get_facet>(loc); in _time_put_get() 224 typedef time_get_byname<char, istreambuf_iterator<char, char_traits<char> > > time_get_facet; in test_supported_locale() typedef 225 locale tmp1(tmp0, new time_get_facet(tested_locales[i])); in test_supported_locale()
|