Home | History | Annotate | Download | only in win

Lines Matching full:day

857 static void getDayBoundaries(CFAbsoluteTime day, CFAbsoluteTime& beginningOfDay, CFAbsoluteTime& beginningOfNextDay)
860 CFGregorianDate date = CFAbsoluteTimeGetGregorianDate(day, timeZone.get());
865 date.day += 1;
886 // Returns whether the day is already in the list of days,
911 // The entries for each day are stored in a sorted array with the most recent entry first
912 // Check for the common cases of the entry being newer than all existing entries or the first entry of the day
958 // can't just divide/round since the day boundaries depend on our current time zone