Home
last modified time | relevance | path

Searched defs:tzinfoarg (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Ddatetimemodule.c780 call_tzinfo_method(PyObject *tzinfo, char *methname, PyObject *tzinfoarg) in call_tzinfo_method()
821 call_utc_tzinfo_method(PyObject *tzinfo, char *name, PyObject *tzinfoarg, in call_utc_tzinfo_method()
886 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_utcoffset()
894 offset_as_timedelta(PyObject *tzinfo, char *name, PyObject *tzinfoarg) { in offset_as_timedelta()
927 call_dst(PyObject *tzinfo, PyObject *tzinfoarg, int *none) in call_dst()
938 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname()
991 classify_utcoffset(PyObject *op, PyObject *tzinfoarg, int *offset) in classify_utcoffset()
1113 PyObject *tzinfo, PyObject *tzinfoarg) in format_utcoffset()
1163 PyObject *timetuple, PyObject *tzinfoarg) in wrap_strftime()