HomeSort by relevance Sort by last modified time
    Searched refs:xmas (Results 1 - 5 of 5) sorted by null

  /external/stlport/test/unit/
time_facets_test.cpp 32 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.tm_mon )
114 struct tm xmas = { 0, 0, 12, 25, 11, 93 }; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
time_facets_test.cpp 32 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.tm_mon )
114 struct tm xmas = { 0, 0, 12, 25, 11, 93 }; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
time_facets_test.cpp 32 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.tm_mon )
114 struct tm xmas = { 0, 0, 12, 25, 11, 93 }; local
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
dtfmrgts.cpp 529 UDate xmas = date(61, UCAL_DECEMBER, 25); local
540 calB->setTime(xmas, status);
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 529 UDate xmas = date(61, UCAL_DECEMBER, 25); local
540 calB->setTime(xmas, status);
    [all...]

Completed in 519 milliseconds