Home
last modified time | relevance | path

Searched refs:DayRule (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_zoneinfo.c72 } DayRule; typedef
1262 DayRule *self = (DayRule *)base_self; in dayrule_year_to_timestamp()
1296 int8_t second, DayRule *out) in dayrule_new()
1311 DayRule tmp = { in dayrule_new()
1826 DayRule *rv = PyMem_Calloc(1, sizeof(DayRule)); in parse_transition_rule()