Searched refs:call_utcoffset (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 886 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()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 886 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()
|