Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-date-time-format.cc745 const icu::SimpleDateFormat& date_format, in FormatDateTime()
1203 std::unique_ptr<icu::SimpleDateFormat> date_format( in CreateICUDateFormat() local
2237 icu::SimpleDateFormat* date_format = in FormatRangeCommon() local
/third_party/python/Modules/
D_datetimemodule.c3276 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function