Lines Matching defs:__current
412 // infinite loop where the same rule is returned every time, use __current to
428 vector<__tz::__rule>::const_iterator __current) {
441 if (__y == __year && __it == __current)
472 if (__current->__save.__time != __it->second->__save.__time || __current->__letters != __it->second->__letters)
711 // Iff the "offsets" are the same '__current.__end' is replaced with
714 [[nodiscard]] bool __merge_continuation(sys_info& __current, const sys_info& __next) {
715 if (__current.end != __next.begin)
718 if (__current.offset != __next.offset || __current.abbrev != __next.abbrev || __current.save != __next.save)
721 __current.end = __next.end;