Searched refs:msInADay (Results 1 – 3 of 3) sorted by relevance
994 constexpr int32_t msInADay = 1000*60*60*24; in checkConsistency() local1009 for (j = 0; j < numOfDaysToTest; j++, test -= msInADay) { in checkConsistency()
2113 int msInADay = 1000*60*60*24; in checkConsistency() local2122 for (int j = 0; j < numOfDaysToTest; j++, test.setTime(test.getTime() - msInADay)) { in checkConsistency()
2116 int msInADay = 1000*60*60*24; in checkConsistency() local2125 for (int j = 0; j < numOfDaysToTest; j++, test.setTime(test.getTime() - msInADay)) { in checkConsistency()