Lines Matching refs:dst_abbr
149 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset,
1468 PyObject *dst_abbr = NULL;
1504 num_chars = parse_abbr(p, &dst_abbr);
1557 build_tzrule(std_abbr, dst_abbr, std_offset, dst_offset, start, end, out);
1559 Py_XDECREF(dst_abbr);
1564 if (dst_abbr != NULL && dst_abbr != Py_None) {
1565 Py_DECREF(dst_abbr);
1908 * If `dst_abbr` is NULL, this will construct an "STD-only" _tzrule, in which
1915 build_tzrule(PyObject *std_abbr, PyObject *dst_abbr, long std_offset,
1928 if (dst_abbr != NULL) {
1930 if (build_ttinfo(dst_offset, rv.dst_diff, dst_abbr, &rv.dst)) {