Home
last modified time | relevance | path

Searched defs:tzinfoarg (Results 1 – 2 of 2) 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()
/external/python/cpython3/Modules/
D_datetimemodule.c1144 call_tzinfo_method(PyObject *tzinfo, const char *name, PyObject *tzinfoarg) in call_tzinfo_method()
1188 call_utcoffset(PyObject *tzinfo, PyObject *tzinfoarg) in call_utcoffset()
1202 call_dst(PyObject *tzinfo, PyObject *tzinfoarg) in call_dst()
1214 call_tzname(PyObject *tzinfo, PyObject *tzinfoarg) in call_tzname()
1355 PyObject *tzinfo, PyObject *tzinfoarg) in format_utcoffset()
1402 make_Zreplacement(PyObject *object, PyObject *tzinfoarg) in make_Zreplacement()
1468 PyObject *tzinfoarg) in wrap_strftime()