Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c886 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_utcoffset() function
1006 *offset = call_utcoffset(tzinfo, tzinfoarg, &none); in classify_utcoffset()
1123 offset = call_utcoffset(tzinfo, tzinfoarg, &none); in format_utcoffset()
2896 off = call_utcoffset(dt->tzinfo, (PyObject *)dt, &none); in tzinfo_fromutc()
3478 offset = call_utcoffset(self->tzinfo, Py_None, &none); in time_nonzero()
4435 offset = call_utcoffset(self->tzinfo, (PyObject *)self, &none); in datetime_astimezone()
4540 offset = call_utcoffset(self->tzinfo, (PyObject *)self, &none); in datetime_utctimetuple()