Searched refs:date_format (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/objects/ |
H A D | js-date-time-format.cc | 745 const icu::SimpleDateFormat& date_format, in FormatDateTime() 754 date_format.format(date_value, result); in FormatDateTime() 1203 std::unique_ptr<icu::SimpleDateFormat> date_format( in CreateICUDateFormat() 1207 DCHECK_NOT_NULL(date_format.get()); in CreateICUDateFormat() 1208 return date_format; in CreateICUDateFormat() 2237 icu::SimpleDateFormat* date_format = in FormatRangeCommon() local 2239 const icu::Calendar* calendar = date_format->getCalendar(); in FormatRangeCommon() 744 FormatDateTime(Isolate* isolate, const icu::SimpleDateFormat& date_format, double x) FormatDateTime() argument
|
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 3276 date_format(PyDateTime_Date *self, PyObject *args) in date_format() function 3588 {"__format__", (PyCFunction)date_format, METH_VARARGS, 4742 {"__format__", (PyCFunction)date_format, METH_VARARGS,
|
Completed in 15 milliseconds