Searched refs:timeOfZone (Results 1 – 2 of 2) sorted by relevance
150 TimeOfZone timeOfZone(hoursWest); in GetTimeOfZone() local152 if (HoursWestIsValid(timeOfZone.hoursWest_)) { in GetTimeOfZone()160 timeOfZone.hoursWest_ = minutesWest / TOTAL_MINUTE_OF_HOUR; in GetTimeOfZone()168 timeOfZone.hour24_ = in GetTimeOfZone()170 timeOfZone.hour12_ = in GetTimeOfZone()171 …(timeOfZone.hour24_ < TWELVE_HOUR_BASE) ? timeOfZone.hour24_ : (timeOfZone.hour24_ - TWELVE_HOUR_B… in GetTimeOfZone()172 timeOfZone.second_ = secondsOfToday % TOTAL_SECONDS_OF_MINUTE; in GetTimeOfZone()173 timeOfZone.timeUsec_ = currentTime.tv_usec; in GetTimeOfZone()174 return timeOfZone; in GetTimeOfZone()193 bool IsDayTime(const TimeOfZone& timeOfZone) in IsDayTime() argument[all …]
83 bool IsDayTime(const TimeOfZone& timeOfZone);