Home
last modified time | relevance | path

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

/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkcalendartest.cpp880 compareDateDifference(calendar, QDate(2010, 6, 1), QDate(2010, 6, 1), 0, 0, 0); in testDateDifference()
881 compareDateDifference(calendar, QDate(2010, 6, 10), QDate(2010, 6, 20), 0, 0, 10); in testDateDifference()
882 compareDateDifference(calendar, QDate(2010, 6, 1), QDate(2010, 7, 1), 0, 1, 0); in testDateDifference()
883 compareDateDifference(calendar, QDate(2010, 6, 10), QDate(2010, 7, 20), 0, 1, 10); in testDateDifference()
884 compareDateDifference(calendar, QDate(2010, 6, 20), QDate(2010, 7, 10), 0, 0, 20); in testDateDifference()
885 compareDateDifference(calendar, QDate(2010, 6, 30), QDate(2010, 7, 31), 0, 1, 1); in testDateDifference()
886 compareDateDifference(calendar, QDate(2010, 8, 31), QDate(2010, 9, 30), 0, 1, 0); in testDateDifference()
887 compareDateDifference(calendar, QDate(2010, 7, 1), QDate(2011, 6, 1), 0, 11, 0); in testDateDifference()
888 compareDateDifference(calendar, QDate(2010, 7, 10), QDate(2011, 6, 20), 0, 11, 10); in testDateDifference()
906 compareDateDifference(calendar, testDate1, testDate2, 1, 0, 0); in testDateDifference()
[all …]
H A Dkcalendartest.h64 void compareDateDifference(const KCalendarSystem *calendar,