Home
last modified time | relevance | path

Searched refs:xmas (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/test-gnustl-full/unit/
Dtime_facets_test.cpp32 struct tm xmas = { 0, 0, 12, 25, 11, 93 }; in _time_put_get() local
37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); in _time_put_get()
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year ); in _time_put_get()
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec ); in _time_put_get()
89 CPPUNIT_ASSERT( yet_more.tm_min != xmas.tm_min ); in _time_put_get()
90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour ); in _time_put_get()
91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday ); in _time_put_get()
92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); in _time_put_get()
[all …]
/ndk/tests/device/test-stlport/unit/
Dtime_facets_test.cpp32 struct tm xmas = { 0, 0, 12, 25, 11, 93 }; in _time_put_get() local
37 …time_put_facet::iter_type ret = tmp.put(ostr, ostr, ' ', &xmas, format.data(), format.data() + for… in _time_put_get()
62 CPPUNIT_ASSERT( other.tm_mon == xmas.tm_mon ); in _time_put_get()
68 CPPUNIT_ASSERT( other.tm_year == xmas.tm_year ); in _time_put_get()
74 ret = tmp.put(ostrX, ostrX, ' ', &xmas, format.data(), format.data() + format.size()); in _time_put_get()
88 CPPUNIT_ASSERT( yet_more.tm_sec != xmas.tm_sec ); in _time_put_get()
89 CPPUNIT_ASSERT( yet_more.tm_min != xmas.tm_min ); in _time_put_get()
90 CPPUNIT_ASSERT( yet_more.tm_hour != xmas.tm_hour ); in _time_put_get()
91 CPPUNIT_ASSERT( yet_more.tm_mday == xmas.tm_mday ); in _time_put_get()
92 CPPUNIT_ASSERT( yet_more.tm_mon == xmas.tm_mon ); in _time_put_get()
[all …]