Home
last modified time | relevance | path

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

/third_party/boost/libs/date_time/test/gregorian/
Dtestgenerators.cpp86 nthkdayofmonth nkd3(nthkdayofmonth::fifth, Wednesday, Jan); in main() local
88 date(2003, Jan, 29) == nkd3.get_date(2003)); in main()
89 check("Nth kday to_string()", nkd3.to_string() == std::string("M1.5.3")); in main()
Dtestdate_facet_new.cpp293 nth_kday_of_month nkd3(nth_kday_of_month::third, Tuesday, Sep); in main() local
294 teststreaming("nth kday", nkd3, std::string("third Tue of Sep")); in main()