Searched refs:_tzrule (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 37 } _tzrule; typedef 50 _tzrule tzrule_after; 123 parse_tz_str(PyObject *tz_str_obj, _tzrule *out); 136 find_tzrule_ttinfo(_tzrule *rule, int64_t ts, unsigned char fold, int year); 138 find_tzrule_ttinfo_fromutc(_tzrule *rule, int64_t ts, int year, 151 TransitionRuleType *end, _tzrule *out); 153 free_tzrule(_tzrule *tzrule); 1333 /* Calculate the start and end rules for a _tzrule in the given year. */ 1335 tzrule_transitions(_tzrule *rule, int year, int64_t *start, int64_t *end) in tzrule_transitions() 1343 /* Calculate the _ttinfo that applies at a given local time from a _tzrule [all...] |
Completed in 3 milliseconds