Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_zoneinfo.c144 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset,
1049 build_tzrule(tti->tzname, NULL, tti->utcoff_seconds, 0, NULL, NULL, in load_data()
1549 build_tzrule(std_abbr, dst_abbr, std_offset, dst_offset, start, end, out); in parse_tz_str()
1907 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset, in build_tzrule() function