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

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

Completed in 127 milliseconds