Home
last modified time | relevance | path

Searched refs:nkd2 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/date_time/test/gregorian/
Dtestgreg_serialize.cpp115 nth_kday_of_month nkd2(nth_kday_of_month::first,Monday,Jan); in main() local
142 ia >> BOOST_SERIALIZATION_NVP(nkd2); in main()
159 ia >> nkd2; in main()
183 …check("date_generator: nth_kday_of_month", nkd.get_date(2002) == nkd2.get_date(2002)); // no opera… in main()
Dtestgenerators.cpp83 nthkdayofmonth nkd2(nthkdayofmonth::second, Monday, Dec); in main() local
84 check("nth_kday 2", date(1980, Dec, 8) == nkd2.get_date(1980)); in main()
85 check("Nth kday to_string()", nkd2.to_string() == std::string("M12.2.1")); in main()
Dtestdate_facet_new.cpp291 nth_kday_of_month nkd2(nth_kday_of_month::second, Tuesday, Sep); in main() local
292 teststreaming("nth kday", nkd2, std::string("second Tue of Sep")); in main()